TournamentTeamPlayer constructor

const TournamentTeamPlayer({
  1. String? idPlayer,
  2. String? isCaptain,
  3. String? isBase,
  4. String? isForeign,
})

Implementation

const TournamentTeamPlayer({
  this.idPlayer,
  this.isCaptain,
  this.isBase,
  this.isForeign,
});