Query$getPlayerById$getPlayerById$statistics$games constructor

Query$getPlayerById$getPlayerById$statistics$games({
  1. double? appearences,
  2. double? lineups,
  3. double? minutes,
  4. double? number,
  5. String? position,
  6. String? rating,
  7. bool? captain,
  8. String $__typename = 'PlayersStatisticsGamesType',
})

Implementation

Query$getPlayerById$getPlayerById$statistics$games({
  this.appearences,
  this.lineups,
  this.minutes,
  this.number,
  this.position,
  this.rating,
  this.captain,
  this.$__typename = 'PlayersStatisticsGamesType',
});