CrossRoadGame constructor

CrossRoadGame({
  1. required int countOfTries,
})

Implementation

CrossRoadGame({required this.countOfTries});