EventLocation constructor
const
EventLocation({
- required String name,
- PostalAddress? address,
- String? url,
Implementation
const EventLocation({required this.name, this.address, this.url});