attributeOldValue property

bool attributeOldValue

Implementation

bool get attributeOldValue => js_util.getProperty(this, 'attributeOldValue');
void attributeOldValue=(bool newValue)

Implementation

set attributeOldValue(bool newValue) {
  js_util.setProperty(this, 'attributeOldValue', newValue);
}