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