supportsEditing property
True if the service allows features to be edited, false otherwise.
Implementation
bool get supportsEditing {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_FeatureServiceCapabilities_getSupportsEditing(
_handle, errorHandler);
});
}