AutoInfo constructor

AutoInfo(
  1. {required bool notePreloaded,
  2. required bool taxi,
  3. required int scoredSpeaker,
  4. required int missedSpeaker,
  5. required int scoredAmp,
  6. required int missedAmp}
)

Implementation

AutoInfo(
    {required this.notePreloaded,
    required this.taxi,
    required this.scoredSpeaker,
    required this.missedSpeaker,
    required this.scoredAmp,
    required this.missedAmp});