menu
mobinsa
view\displayApplicants.dart
DisplayApplicants
DisplayApplicants.new constructor
DisplayApplicants.new
dark_mode
light_mode
DisplayApplicants
constructor
DisplayApplicants
(
{
Key
?
key
,
required
List
<
School
>
schools
,
required
List
<
Student
>
students
,
(
String
,
String
)?
loadedSave
,
})
Implementation
DisplayApplicants({super.key, required this.schools, required this.students, this.loadedSave});
mobinsa
displayApplicants
DisplayApplicants
DisplayApplicants.new constructor
DisplayApplicants class