StudentResultDetailView constructor

const StudentResultDetailView({
  1. Key? key,
  2. required List ResultDetails,
})

Implementation

const StudentResultDetailView({super.key, required this.ResultDetails});