Query$getStandings$getStandings$league$standings constructor
Query$getStandings$getStandings$league$standings({
- double? rank,
- Query$getStandings$getStandings$league$standings$team? team,
- double? points,
- double? goalsDiff,
- String? group,
- String? form,
- String? status,
- String? description,
- Query$getStandings$getStandings$league$standings$all? all,
- Query$getStandings$getStandings$league$standings$home? home,
- Query$getStandings$getStandings$league$standings$away? away,
- DateTime? update,
- 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',
});