StudentGroup constructor

StudentGroup({
  1. String? courseId,
  2. String? id,
  3. String? title,
})

Implementation

StudentGroup({this.courseId, this.id, this.title});