state property
PressureState
get
state
Implementation
PressureState get state =>
PressureState.fromValue(js_util.getProperty(this, 'state'));
set
state
(PressureState newValue)
Implementation
set state(PressureState newValue) {
js_util.setProperty(this, 'state', newValue.value);
}