$$SchedulesTableUpdateCompanionBuilder typedef

$$SchedulesTableUpdateCompanionBuilder = SchedulesCompanion Function({Value<int?> classroom, Value<int> courseOffering, Value<DayOfWeek> dayOfWeek, Value<int> id, Value<Period> period})

Implementation

typedef $$SchedulesTableUpdateCompanionBuilder =
    SchedulesCompanion Function({
      Value<int> id,
      Value<int> courseOffering,
      Value<DayOfWeek> dayOfWeek,
      Value<Period> period,
      Value<int?> classroom,
    });