flutter_midi_command
flutter_midi_command
MidiDevice
toDictionary property
toDictionary
flutter_midi_command
flutter_midi_command
MidiDevice
toDictionary property
MidiDevice class
Constructors
MidiDevice
Properties
connected
id
name
toDictionary
type
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
toDictionary
property
Map
<
String
,
Object
>
toDictionary
Implementation
Map<String, Object> get toDictionary { return {"name": name, "id": id, "type": type}; }