MatchModel constructor
const
MatchModel({})
Implementation
const MatchModel({
required this.id,
required this.label,
required this.table,
required this.time,
required this.player1,
required this.player2,
required this.score1,
required this.score2,
});