NiceRoundMatch constructor
const
NiceRoundMatch({})
Implementation
const NiceRoundMatch({
required this.id,
required this.team1,
required this.team2,
this.score1,
this.score2,
this.status = NiceMatchStatus.upcoming,
});