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