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