minZoom property Null safety

String minZoom

Gets the value of "min-zoom"

Implementation

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

Sets the value of "min-zoom"

Implementation

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