MIDIConnectionEvent constructor

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

Implementation

external factory MIDIConnectionEvent(
  String type, [
  MIDIConnectionEventInit eventInitDict,
]);