hasVersionedData property

bool hasVersionedData

True if the service has versioned data, false otherwise.

Implementation

bool get hasVersionedData {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureServiceInfo_getHasVersionedData(
      _handle,
      errorHandler,
    );
  });
}