NiceRound constructor
const
NiceRound({
- required String name,
- required List<
NiceRoundMatch> matches,
Implementation
const NiceRound({required this.name, required this.matches});