CompleteTheSentenceGame constructor

CompleteTheSentenceGame({
  1. required int countOfTries,
})

Implementation

CompleteTheSentenceGame({required this.countOfTries});