ChooseTheState constructor

ChooseTheState({
  1. required int countOfTries,
})

Implementation

ChooseTheState({required this.countOfTries});