KeyOnAirCommand constructor

const KeyOnAirCommand({
  1. required int meIndex,
  2. required int keyerIndex,
  3. required bool onAir,
})

Implementation

const KeyOnAirCommand({
  required this.meIndex,
  required this.keyerIndex,
  required this.onAir,
});