Query$getPlayerById$getPlayerById$statistics$tackles constructor

Query$getPlayerById$getPlayerById$statistics$tackles({
  1. double? total,
  2. double? blocks,
  3. double? interceptions,
  4. String $__typename = 'PlayersStatisticsTacklesType',
})

Implementation

Query$getPlayerById$getPlayerById$statistics$tackles({
  this.total,
  this.blocks,
  this.interceptions,
  this.$__typename = 'PlayersStatisticsTacklesType',
});