Query$searchTeam$searchTeam$objects$venue constructor

Query$searchTeam$searchTeam$objects$venue({
  1. String? id,
  2. String? name,
  3. String? address,
  4. String? city,
  5. String? capacity,
  6. String? surface,
  7. String? image,
  8. String $__typename = 'VenueType',
})

Implementation

Query$searchTeam$searchTeam$objects$venue({
  this.id,
  this.name,
  this.address,
  this.city,
  this.capacity,
  this.surface,
  this.image,
  this.$__typename = 'VenueType',
});