UserScore constructor

UserScore({
  1. required int questionIndex,
  2. required bool questionAnswer,
})

Implementation

UserScore({required this.questionIndex, required this.questionAnswer});