String minZoom

Gets the value of "min-zoom"

Source

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

Sets the value of "min-zoom"

Source

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