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