hashChange property

bool get hashChange

Implementation

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

Implementation

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