EventLocation.simple constructor

const EventLocation.simple(
  1. String title
)

Creates a simple location with just a title

Implementation

const EventLocation.simple(String title) : this(title: title);