Query$getPredictions$getPredictions$predictions constructor

Query$getPredictions$getPredictions$predictions({
  1. Query$getPredictions$getPredictions$predictions$winner? winner,
  2. bool? win_or_draw,
  3. String? under_over,
  4. Query$getPredictions$getPredictions$predictions$goals? goals,
  5. String? advice,
  6. Query$getPredictions$getPredictions$predictions$percent? percent,
  7. String $__typename = 'PredictionsPredictionsType',
})

Implementation

Query$getPredictions$getPredictions$predictions({
  this.winner,
  this.win_or_draw,
  this.under_over,
  this.goals,
  this.advice,
  this.percent,
  this.$__typename = 'PredictionsPredictionsType',
});