$$CoursesTableUpdateCompanionBuilder typedef

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

Implementation

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