PlayTuneV2 constructor

PlayTuneV2({
  1. required TuneFormat format,
  2. required uint8_t targetSystem,
  3. required uint8_t targetComponent,
  4. required List<char> tune,
})

Implementation

PlayTuneV2({
  required this.format,
  required this.targetSystem,
  required this.targetComponent,
  required this.tune,
});