AllDayEvent constructor

AllDayEvent(
  1. String name,
  2. DateTime date,
  3. String? location
)

Implementation

AllDayEvent(this.name, this.date, this.location);