CourseOfferingStudentsCompanion constructor

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

Implementation

const CourseOfferingStudentsCompanion({
  this.courseOffering = const Value.absent(),
  this.student = const Value.absent(),
  this.rowid = const Value.absent(),
});