maxScale property
The sublayer's max scale.
Implementation
double get maxScale {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceSublayerInfo_getMaxScale(
_handle,
errorHandler,
);
});
}