userZoom property Null safety

String userZoom

Gets the value of "user-zoom"

Implementation

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

Sets the value of "user-zoom"

Implementation

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