EventVenue constructor
EventVenue({
- LocalizedString? address,
- String? kind,
- LocalizedString? name,
Implementation
EventVenue({
this.address,
this.kind,
this.name,
});