SkipCounting constructor

SkipCounting({
  1. required int countOfTries,
})

Implementation

SkipCounting({required this.countOfTries});