Creates a Venue object from JSON object
factory Venue.fromJson(Map<String, dynamic> json) => _$VenueFromJson(json);