MatchModel<P> constructor
const
MatchModel<P> ({})
Implementation
const MatchModel({
required this.id,
required this.label,
required this.table,
required this.time,
required this.competitors,
required this.scores,
this.status = MatchStatus.scheduled,
});