oldValue property

String? oldValue

Implementation

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

Implementation

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