ExtendableEventInit constructor
Implementation
factory ExtendableEventInit({
_i2.bool? bubbles,
_i2.bool? cancelable,
_i2.bool? composed,
}) =>
ExtendableEventInit._(
bubbles: bubbles,
cancelable: cancelable,
composed: composed,
);