RecentMatches constructor

RecentMatches(
  1. MatchInfoDto matchinfo,
  2. List<PlayerDto> players,
  3. List<CoachDto> coaches,
  4. List<TeamDto> teams,
  5. List<RoundResultDto> roundResuts,
)

Implementation

RecentMatches(
    this.matchinfo, this.players, this.coaches, this.teams, this.roundResuts);