handler property

Implementation

NavigationInterceptHandler get handler =>
    js_util.getProperty(this, 'handler');
void handler=(NavigationInterceptHandler newValue)

Implementation

set handler(NavigationInterceptHandler newValue) {
  js_util.setProperty(this, 'handler', newValue);
}