supportsEditing property

bool supportsEditing

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,
    );
  });
}