CountSticksGame constructor

CountSticksGame({
  1. required int countOfTries,
})

Implementation

CountSticksGame({required this.countOfTries});