Query$getPlayerById$getPlayerById$statistics constructor

Implementation

Query$getPlayerById$getPlayerById$statistics({
  this.team,
  this.league,
  this.games,
  this.substitutes,
  this.shots,
  this.goals,
  this.passes,
  this.tackles,
  this.duels,
  this.dribbles,
  this.fouls,
  this.cards,
  this.penalty,
  this.$__typename = 'PlayersStatisticsType',
});