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