newValue property
String?
get
newValue
Implementation
String? get newValue => js_util.getProperty(this, 'newValue');
set
newValue
(String? newValue)
Implementation
set newValue(String? newValue) {
js_util.setProperty(this, 'newValue', newValue);
}