StudentLmsMark constructor
StudentLmsMark({
- Key? key,
- required Future? future,
- required bool? isApicallLMSDropdown,
- required bool? isApicallLMSMark,
- required List LMSDropDownList,
- required dynamic currentSelectedLMSSem,
- required dynamic preferenceMan,
- required dynamic LMSDropdownList,
- required dynamic unitTestResultList,
- required Future? getLmsMarkCountApi,
- dynamic onItemSelected(
- dynamic item
- 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});