CourseOfferingClassesCompanion constructor

const CourseOfferingClassesCompanion({
  1. Value<int> courseOffering = const Value.absent(),
  2. Value<int> classEntity = const Value.absent(),
  3. Value<int> rowid = const Value.absent(),
})

Implementation

const CourseOfferingClassesCompanion({
  this.courseOffering = const Value.absent(),
  this.classEntity = const Value.absent(),
  this.rowid = const Value.absent(),
});