Query$getPredictions$getPredictions$h2h$fixture constructor

Query$getPredictions$getPredictions$h2h$fixture({
  1. double? id,
  2. String? referee,
  3. String? timezone,
  4. DateTime? date,
  5. double? timestamp,
  6. Query$getPredictions$getPredictions$h2h$fixture$periods? periods,
  7. Query$getPredictions$getPredictions$h2h$fixture$venue? venue,
  8. Query$getPredictions$getPredictions$h2h$fixture$status? status,
  9. String $__typename = 'PredictionsH2HFixtureType',
})

Implementation

Query$getPredictions$getPredictions$h2h$fixture({
  this.id,
  this.referee,
  this.timezone,
  this.date,
  this.timestamp,
  this.periods,
  this.venue,
  this.status,
  this.$__typename = 'PredictionsH2HFixtureType',
});