$$CoursesTableUpdateCompanionBuilder typedef
Implementation
typedef $$CoursesTableUpdateCompanionBuilder =
CoursesCompanion Function({
Value<int> id,
Value<DateTime?> fetchedAt,
Value<String> code,
Value<double> credits,
Value<int> hours,
Value<String> nameZh,
Value<String?> nameEn,
Value<String?> descriptionZh,
Value<String?> descriptionEn,
});