allowGeometryUpdates property

bool allowGeometryUpdates

True if the service allows geometry updates, false otherwise.

Implementation

bool get allowGeometryUpdates {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureServiceInfo_getAllowGeometryUpdates(
      _handle,
      errorHandler,
    );
  });
}