supportsUpdate property

bool supportsUpdate

True if the service allows features to be updated, false otherwise.

Implementation

bool get supportsUpdate {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_FeatureServiceCapabilities_getSupportsUpdate(
        _handle, errorHandler);
  });
}