AssemblyPreview constructor

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

Implementation

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