Venue constructor
const
Venue({})
Describes a venue
Implementation
const Venue({
required this.location,
required this.title,
required this.address,
required this.provider,
required this.id,
required this.type,
});