Schedule constructor

const Schedule(
  1. String name,
  2. DateTime start,
  3. DateTime end
)

Implementation

const Schedule(this.name, this.start, this.end);