MultipleChoices constructor

MultipleChoices({
  1. required int countOfTries,
})

Implementation

MultipleChoices({required this.countOfTries});