attribution property

String attribution

The copyright text.

Implementation

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