menu
flutter_midi_command_platform_interface package
documentation
midi_device.dart
MidiDevice
MidiDevice constructor
MidiDevice constructor
dark_mode
light_mode
MidiDevice
constructor
MidiDevice
(
String
id
,
String
name
,
String
type
,
bool
connected
,
)
Implementation
MidiDevice(this.id, this.name, this.type, this.connected);
flutter_midi_command_platform_interface package
documentation
midi_device
MidiDevice
MidiDevice constructor
MidiDevice class