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