Query$getPlayerById$getPlayerById$statistics$goals constructor

Query$getPlayerById$getPlayerById$statistics$goals({
  1. double? total,
  2. double? conceded,
  3. double? assists,
  4. double? saves,
  5. String $__typename = 'PlayersStatisticsGoalsType',
})

Implementation

Query$getPlayerById$getPlayerById$statistics$goals({
  this.total,
  this.conceded,
  this.assists,
  this.saves,
  this.$__typename = 'PlayersStatisticsGoalsType',
});