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