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, ''); }