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