description property
A description of the service.
Implementation
String get description {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_OGCFeatureServiceInfo_getDescription(
_handle,
errorHandler,
);
});
return stringHandle.toDartString();
}