description property
The service's description.
Implementation
String get description {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISFeatureServiceInfo_getDescription(
_handle,
errorHandler,
);
});
return stringHandle.toDartString();
}