$$CourseOfferingClassesTableUpdateCompanionBuilder typedef

$$CourseOfferingClassesTableUpdateCompanionBuilder = CourseOfferingClassesCompanion Function({Value<int> classEntity, Value<int> courseOffering, Value<int> rowid})

Implementation

typedef $$CourseOfferingClassesTableUpdateCompanionBuilder =
    CourseOfferingClassesCompanion Function({
      Value<int> courseOffering,
      Value<int> classEntity,
      Value<int> rowid,
    });