Query$getPlayerById$getPlayerById$statistics$shots constructor

Query$getPlayerById$getPlayerById$statistics$shots({
  1. double? total,
  2. double? $on,
  3. String $__typename = 'PlayersStatisticsShotsType',
})

Implementation

Query$getPlayerById$getPlayerById$statistics$shots({
  this.total,
  this.$on,
  this.$__typename = 'PlayersStatisticsShotsType',
});