SupportedTunes constructor
SupportedTunes({
- required TuneFormat format,
- required uint8_t targetSystem,
- required uint8_t targetComponent,
Implementation
SupportedTunes({
required this.format,
required this.targetSystem,
required this.targetComponent,
});