NiceRound constructor

const NiceRound({
  1. required String name,
  2. required List<NiceRoundMatch> matches,
})

Implementation

const NiceRound({required this.name, required this.matches});