MIDIConnectionEventInit constructor

MIDIConnectionEventInit({
  1. MIDIPort? port,
  2. bool? bubbles,
  3. bool? cancelable,
  4. bool? composed,
})

Implementation

factory MIDIConnectionEventInit({
  _i3.MIDIPort? port,
  _i2.bool? bubbles,
  _i2.bool? cancelable,
  _i2.bool? composed,
}) =>
    MIDIConnectionEventInit._(
      port: port ?? _i6.undefined,
      bubbles: bubbles,
      cancelable: cancelable,
      composed: composed,
    );