attribution property

String attribution

The service's attribution.

Implementation

String get attribution {
  final stringHandle = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureServiceInfo_getAttribution(
        _handle, errorHandler);
  });
  return stringHandle.toDartString();
}