AddOnContext constructor
AddOnContext({
- String? courseId,
- String? itemId,
- String? postId,
- StudentContext? studentContext,
- bool? supportsStudentWork,
- TeacherContext? teacherContext,
Implementation
AddOnContext({
this.courseId,
this.itemId,
this.postId,
this.studentContext,
this.supportsStudentWork,
this.teacherContext,
});