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