Gets the value of "max-zoom"
Source
String get maxZoom => getPropertyValue('max-zoom');
Sets the value of "max-zoom"
Source
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, ''); }