Query$getPlayerById$getPlayerById$statistics$team constructor

Query$getPlayerById$getPlayerById$statistics$team({
  1. double? id,
  2. String? name,
  3. String $__typename = 'PlayersStatisticsTeamType',
})

Implementation

Query$getPlayerById$getPlayerById$statistics$team({
  this.id,
  this.name,
  this.logo,
  this.$__typename = 'PlayersStatisticsTeamType',
});