TypingCounting constructor

TypingCounting({
  1. required int countOfTries,
})

Implementation

TypingCounting({required this.countOfTries});