MatchUpGameMath constructor

MatchUpGameMath({
  1. required int countOfTries,
})

Implementation

MatchUpGameMath({required this.countOfTries});