maxScale property
The maximum scale at which the layer's contents will be visible.
The layer is only visible when you are zoomed further out than the maxScale.
Implementation
double get maxScale {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_FeatureServiceLayerIdInfo_getMaxScale(
_handle, errorHandler);
});
}