Query$getPredictions$getPredictions$h2h$fixture$status constructor

Query$getPredictions$getPredictions$h2h$fixture$status({
  1. String? long,
  2. String? short,
  3. double? elapsed,
  4. String $__typename = 'PredictionsH2HFixtureStatusType',
})

Implementation

Query$getPredictions$getPredictions$h2h$fixture$status({
  this.long,
  this.short,
  this.elapsed,
  this.$__typename = 'PredictionsH2HFixtureStatusType',
});