Query$getPlayerStatisticsFromProvider$getPlayerStatisticsFromProvider$players$statistics$goals constructor

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

Implementation

Query$getPlayerStatisticsFromProvider$getPlayerStatisticsFromProvider$players$statistics$goals({
  this.total,
  this.conceded,
  this.assists,
  this.saves,
  this.$__typename = 'PlayerStatisticsGoalsType',
});