SchedulesCompanion constructor
const
SchedulesCompanion({ - Value<int> id = const Value.absent(),
- Value<int> courseOffering = const Value.absent(),
- Value<DayOfWeek> dayOfWeek = const Value.absent(),
- Value<Period> period = const Value.absent(),
- Value<int?> classroom = const Value.absent(),
})
Implementation
const SchedulesCompanion({
this.id = const Value.absent(),
this.courseOffering = const Value.absent(),
this.dayOfWeek = const Value.absent(),
this.period = const Value.absent(),
this.classroom = const Value.absent(),
});