renotify property

bool renotify

Implementation

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

Implementation

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