SupportedTunes constructor

SupportedTunes({
  1. required TuneFormat format,
  2. required uint8_t targetSystem,
  3. required uint8_t targetComponent,
})

Implementation

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