description property

String description

The sublayer's description.

Implementation

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