EventLocation.simple constructor
const
EventLocation.simple(
- String title
Creates a simple location with just a title
Implementation
const EventLocation.simple(String title) : this(title: title);
Creates a simple location with just a title
const EventLocation.simple(String title) : this(title: title);