minZoom property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getminZoom
Gets the value of "min-zoom"
Implementation
String get minZoom => getPropertyValue('min-zoom');
setminZoom (String value)
Sets the value of "min-zoom"
Implementation
set minZoom(String value) {
setProperty('min-zoom', value, '');
}