minZoom property
Gets the value of "min-zoom"
Implementation
String get minZoom => getPropertyValue('min-zoom');
Sets the value of "min-zoom"
Implementation
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, '');
}