Query$getPlayerById$getPlayerById$statistics$league constructor

Query$getPlayerById$getPlayerById$statistics$league({
  1. double? id,
  2. String? name,
  3. String? country,
  4. String? flag,
  5. String? season,
  6. String $__typename = 'PlayersStatisticsLeagueType',
})

Implementation

Query$getPlayerById$getPlayerById$statistics$league({
  this.id,
  this.name,
  this.country,
  this.logo,
  this.flag,
  this.season,
  this.$__typename = 'PlayersStatisticsLeagueType',
});