AuxSourceCommand constructor

const AuxSourceCommand({
  1. required int auxIndex,
  2. required int source,
})

Implementation

const AuxSourceCommand({required this.auxIndex, required this.source});