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