supportsPagination property
True if the layer supports paginated queries (with a record count and offset), false otherwise.
Implementation
bool get supportsPagination {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISFeatureLayerInfo_getSupportsPagination(
_handle, errorHandler);
});
}