PlayerTournamentResponse constructor

const PlayerTournamentResponse({
  1. int? idPlayer,
  2. String? idSeason,
  3. List<PlayerTournament>? tournaments,
})

Implementation

const PlayerTournamentResponse({
  this.idPlayer,
  this.idSeason,
  this.tournaments,
});