hasStaticData property

bool hasStaticData

True if the service has static data, false otherwise.

Implementation

bool get hasStaticData {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureServiceInfo_getHasStaticData(
      _handle,
      errorHandler,
    );
  });
}