zoom property Null safety

String zoom

Gets the value of "zoom"

Implementation

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

Sets the value of "zoom"

Implementation

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