Gets the value of "min-zoom"
Source
String get minZoom => getPropertyValue('min-zoom');
Sets the value of "min-zoom"
Source
set minZoom(String value) {
setProperty('min-zoom', value, '');
}
Gets the value of "min-zoom"
String get minZoom => getPropertyValue('min-zoom');
Sets the value of "min-zoom"
set minZoom(String value) {
setProperty('min-zoom', value, '');
}