IndividualStudentsOptions constructor

IndividualStudentsOptions({
  1. List<String>? studentIds,
})

Implementation

IndividualStudentsOptions({
  this.studentIds,
});