hashChange property

bool hashChange

Implementation

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

Implementation

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