supportsStatistics property
True if the layer supports statistical queries, false otherwise.
Implementation
bool get supportsStatistics {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISFeatureLayerInfo_getSupportsStatistics(
_handle, errorHandler);
});
}