MidiDevice constructor

MidiDevice(
  1. String id,
  2. String name,
  3. String type,
  4. bool connected,
)

Implementation

MidiDevice(this.id, this.name, this.type, this.connected);