CourseRosterChangesInfo constructor

CourseRosterChangesInfo({
  1. String? courseId,
})

Implementation

CourseRosterChangesInfo({
  this.courseId,
});