StudentLmsMark constructor

StudentLmsMark({
  1. Key? key,
  2. required Future? future,
  3. required bool? isApicallLMSDropdown,
  4. required bool? isApicallLMSMark,
  5. required List LMSDropDownList,
  6. required dynamic currentSelectedLMSSem,
  7. required dynamic preferenceMan,
  8. required dynamic LMSDropdownList,
  9. required dynamic unitTestResultList,
  10. required Future? getLmsMarkCountApi,
  11. dynamic onItemSelected(
    1. dynamic item
    )?,
  12. required String headerSemText,
})

Implementation

StudentLmsMark(
    {super.key,
    required this.future,
    required this.isApicallLMSDropdown,
    required this.isApicallLMSMark,
    required this.LMSDropDownList,
    required this.currentSelectedLMSSem,
    required this.preferenceMan,
    required this.LMSDropdownList,
    required this.unitTestResultList,
    required this.getLmsMarkCountApi,
    this.onItemSelected,
    required this.headerSemText});