minZoom property

String get minZoom

Gets the value of "min-zoom"

Implementation

String get minZoom => getPropertyValue('min-zoom');
set minZoom (String value)

Sets the value of "min-zoom"

Implementation

set minZoom(String value) {
  setProperty('min-zoom', value, '');
}