Query$getStandings$getStandings$league$standings constructor

Query$getStandings$getStandings$league$standings({
  1. double? rank,
  2. Query$getStandings$getStandings$league$standings$team? team,
  3. double? points,
  4. double? goalsDiff,
  5. String? group,
  6. String? form,
  7. String? status,
  8. String? description,
  9. Query$getStandings$getStandings$league$standings$all? all,
  10. Query$getStandings$getStandings$league$standings$home? home,
  11. Query$getStandings$getStandings$league$standings$away? away,
  12. DateTime? update,
  13. String $__typename = 'StandingType',
})

Implementation

Query$getStandings$getStandings$league$standings({
  this.rank,
  this.team,
  this.points,
  this.goalsDiff,
  this.group,
  this.form,
  this.status,
  this.description,
  this.all,
  this.home,
  this.away,
  this.update,
  this.$__typename = 'StandingType',
});