PlayTuneV2 constructor
PlayTuneV2({
- required TuneFormat format,
- required uint8_t targetSystem,
- required uint8_t targetComponent,
- required List<
char> tune,
Implementation
PlayTuneV2({
required this.format,
required this.targetSystem,
required this.targetComponent,
required this.tune,
});