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