maxZoom property
Gets the value of "max-zoom"
Implementation
String get maxZoom => getPropertyValue('max-zoom');
Sets the value of "max-zoom"
Implementation
set maxZoom(String value) {
setProperty('max-zoom', value, '');
}
Gets the value of "max-zoom"
String get maxZoom => getPropertyValue('max-zoom');
Sets the value of "max-zoom"
set maxZoom(String value) {
setProperty('max-zoom', value, '');
}