TimeName constructor

TimeName(
  1. String name,
  2. int startHour,
  3. int endHour
)

Implementation

TimeName(this.name, this.startHour, this.endHour);