Query$getStandings$getStandings constructor
Query$getStandings$getStandings({
- required String id,
- Query$getStandings$getStandings$league? league,
- String $__typename = 'StandingsType',
Implementation
Query$getStandings$getStandings({
required this.id,
this.league,
this.$__typename = 'StandingsType',
});