Query$getPredictions$getPredictions$h2h$teams$away constructor

Query$getPredictions$getPredictions$h2h$teams$away({
  1. double? id,
  2. String? name,
  3. bool? winner,
  4. String $__typename = 'PredictionsH2HTeamsHAType',
})

Implementation

Query$getPredictions$getPredictions$h2h$teams$away({
  this.id,
  this.name,
  this.logo,
  this.winner,
  this.$__typename = 'PredictionsH2HTeamsHAType',
});