Query$getPlayerById$getPlayerById$player constructor

Query$getPlayerById$getPlayerById$player({
  1. double? id,
  2. String? name,
  3. String? firstname,
  4. String? lastname,
  5. double? age,
  6. Query$getPlayerById$getPlayerById$player$birth? birth,
  7. String? nationality,
  8. String? height,
  9. String? weight,
  10. String? injured,
  11. String? photo,
  12. String $__typename = 'PlayersPlayerType',
})

Implementation

Query$getPlayerById$getPlayerById$player({
  this.id,
  this.name,
  this.firstname,
  this.lastname,
  this.age,
  this.birth,
  this.nationality,
  this.height,
  this.weight,
  this.injured,
  this.photo,
  this.$__typename = 'PlayersPlayerType',
});