attribution property
The sublayer's attribution.
Implementation
String get attribution {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceSublayerInfo_getAttribution(
_handle, errorHandler);
});
return stringHandle.toDartString();
}