canIntercept property

bool canIntercept

Implementation

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

Implementation

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