Event constructor

Event(
  1. String name,
  2. DateTime timeFrom,
  3. DateTime timeTo,
  4. String? location,
)

Implementation

Event(this.name, this.timeFrom, this.timeTo, this.location);