Gets the value of "zoom"
String get zoom => getPropertyValue('zoom');
Sets the value of "zoom"
set zoom(String value) { setProperty('zoom', value, ''); }