ModifyIndividualStudentsOptions constructor

ModifyIndividualStudentsOptions({
  1. List<String>? addStudentIds,
  2. List<String>? removeStudentIds,
})

Implementation

ModifyIndividualStudentsOptions({this.addStudentIds, this.removeStudentIds});