AddOnContext constructor

AddOnContext({
  1. String? courseId,
  2. String? itemId,
  3. String? postId,
  4. StudentContext? studentContext,
  5. bool? supportsStudentWork,
  6. TeacherContext? teacherContext,
})

Implementation

AddOnContext({
  this.courseId,
  this.itemId,
  this.postId,
  this.studentContext,
  this.supportsStudentWork,
  this.teacherContext,
});