supportsQuery property

bool supportsQuery

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

Implementation

bool get supportsQuery {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_FeatureServiceCapabilities_getSupportsQuery(
      _handle,
      errorHandler,
    );
  });
}