Query$getPredictions$getPredictions$teams$away$last_5 constructor

Query$getPredictions$getPredictions$teams$away$last_5({
  1. String? form,
  2. String? att,
  3. String? def,
  4. Query$getPredictions$getPredictions$teams$away$last_5$goals? goals,
  5. String $__typename = 'PredictionsTeamsHomeLast5Type',
})

Implementation

Query$getPredictions$getPredictions$teams$away$last_5({
  this.form,
  this.att,
  this.def,
  this.goals,
  this.$__typename = 'PredictionsTeamsHomeLast5Type',
});