newValue property

String? newValue

Implementation

String? get newValue => js_util.getProperty(this, 'newValue');
void newValue=(String? newValue)

Implementation

set newValue(String? newValue) {
  js_util.setProperty(this, 'newValue', newValue);
}