Query$getPlayerById$getPlayerById$statistics$dribbles constructor

Query$getPlayerById$getPlayerById$statistics$dribbles({
  1. double? attempts,
  2. double? success,
  3. double? past,
  4. String $__typename = 'PlayersStatisticsDribblesType',
})

Implementation

Query$getPlayerById$getPlayerById$statistics$dribbles({
  this.attempts,
  this.success,
  this.past,
  this.$__typename = 'PlayersStatisticsDribblesType',
});