flutter_midi_command
flutter_midi_command
MidiDevice
MidiDevice constructor
MidiDevice
flutter_midi_command
flutter_midi_command
MidiDevice
MidiDevice constructor
MidiDevice class
Constructors
MidiDevice
Properties
connected
id
name
toDictionary
type
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
MidiDevice
constructor
MidiDevice
(
String
id
,
String
name
,
String
type
,
bool
connected
)
Implementation
MidiDevice(this.id, this.name, this.type, this.connected);