Query$getStandings constructor

Query$getStandings({
  1. required List<Query$getStandings$getStandings> getStandings,
  2. String $__typename = 'Query',
})

Implementation

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