CourseOfferingClassroomsCompanion constructor

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

Implementation

const CourseOfferingClassroomsCompanion({
  this.courseOffering = const Value.absent(),
  this.classroom = const Value.absent(),
  this.rowid = const Value.absent(),
});