Query$getStandings$getStandings constructor

Query$getStandings$getStandings({
  1. required String id,
  2. Query$getStandings$getStandings$league? league,
  3. String $__typename = 'StandingsType',
})

Implementation

Query$getStandings$getStandings({
  required this.id,
  this.league,
  this.$__typename = 'StandingsType',
});