Query$getPredictions$getPredictions$h2h$fixture$venue constructor

Query$getPredictions$getPredictions$h2h$fixture$venue({
  1. double? id,
  2. String? name,
  3. String? city,
  4. String $__typename = 'PredictionsH2HFixtureVenueType',
})

Implementation

Query$getPredictions$getPredictions$h2h$fixture$venue({
  this.id,
  this.name,
  this.city,
  this.$__typename = 'PredictionsH2HFixtureVenueType',
});