SchoolHour constructor

SchoolHour(
  1. String name,
  2. String shortName,
  3. Time timeFrom,
  4. Time timeTo,
  5. String type,
)

Implementation

SchoolHour(this.name, this.shortName, this.timeFrom, this.timeTo, this.type);