获取 "zoom" 的值
String get zoom => getPropertyValue('zoom');
设置 "zoom" 的值
set zoom(String value) { setProperty('zoom', value, ''); }