DisplayApplicants constructor

DisplayApplicants({
  1. Key? key,
  2. required List<School> schools,
  3. required List<Student> students,
  4. (String, String)? loadedSave,
})

Implementation

DisplayApplicants({super.key, required this.schools, required this.students, this.loadedSave});