hours property

Column<int> hours
latefinal

Number of class hours per week as listed in this semester's timetable.

May differ from Courses.hours (the catalog value). Null for special entries (e.g., 班週會及導師時間) that have no hour value.

Implementation

late final hours = integer().nullable()();