ListStudentGroupsResponse constructor

ListStudentGroupsResponse({
  1. String? nextPageToken,
  2. List<StudentGroup>? studentGroups,
})

Implementation

ListStudentGroupsResponse({this.nextPageToken, this.studentGroups});