supportsCreate property

bool supportsCreate

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

Implementation

bool get supportsCreate {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_FeatureServiceCapabilities_getSupportsCreate(
      _handle,
      errorHandler,
    );
  });
}