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