void initEvent(String type, [bool? bubbles = false, bool? cancelable = false]) => js_util.callMethod(this, 'initEvent', [type, bubbles, cancelable]);