Venue constructor
Venue({})
Implementation
Venue({
required this.location,
required this.title,
required this.address,
this.foursquareId,
this.foursquareType,
this.googlePlaceId,
this.googlePlaceType,
});