serviceLayerName property

String serviceLayerName

The sublayer's name.

Implementation

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