Query$getPredictions$getPredictions$teams$away$league$goals constructor

Query$getPredictions$getPredictions$teams$away$league$goals({
  1. Query$getPredictions$getPredictions$teams$away$league$goals$forstat? forstat,
  2. Query$getPredictions$getPredictions$teams$away$league$goals$against? against,
  3. String $__typename = 'PredictionsTeamsHomeLeagueGoalsType',
})

Implementation

Query$getPredictions$getPredictions$teams$away$league$goals({
  this.forstat,
  this.against,
  this.$__typename = 'PredictionsTeamsHomeLeagueGoalsType',
});