MidiDevice constructor

MidiDevice(String id, String name, String type, bool connected)

Implementation

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