attribution property

String attribution

The attribution text for the layer.

Implementation

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