MIDIConnectionEvent constructor

MIDIConnectionEvent(
  1. String type, [
  2. MIDIConnectionEventInit? eventInitDict
])

Implementation

factory MIDIConnectionEvent(String type,
        [MIDIConnectionEventInit? eventInitDict]) =>
    MIDIConnectionEvent._(type, eventInitDict ?? undefined);