value property

ValueType value

Implementation

ValueType get value =>
    ValueType.fromValue(js_util.getProperty(this, 'value'));
void value=(ValueType newValue)

Implementation

set value(ValueType newValue) {
  js_util.setProperty(this, 'value', newValue.value);
}