Query$getStandings$getStandings$league$standings$away$goals constructor

Query$getStandings$getStandings$league$standings$away$goals({
  1. double? forstat,
  2. double? against,
  3. String $__typename = 'StandingStatGoalsType',
})

Implementation

Query$getStandings$getStandings$league$standings$away$goals({
  this.forstat,
  this.against,
  this.$__typename = 'StandingStatGoalsType',
});