|
Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
|
Go to the source code of this file.
Classes | |
| class | Equatable |
| class | ElearningV2State |
Functions | |
| const | CoursesLoadedState (this.courses) |
| const | CourseDetailsLoadedState (this.course, this.pdfPath, this.qcmList) |
Variables | |
| part of elearning_v2_cubit | dart |
| abstract class ElearningV2State extends Equatable | courses |
| override List< Object > get | props => [courses] |
| class CoursesLoadingFailureState extends ElearningV2State | course |
| final String | pdfPath |
| final List< QcmEntity > | qcmList |
| const CourseDetailsLoadedState | ( | this. | course, |
| this. | pdfPath, | ||
| this. | qcmList ) |

| const CoursesLoadedState | ( | this. | courses | ) |

| class CoursesLoadingFailureState extends ElearningV2State course |
| abstract class ElearningV2State extends Equatable courses |
| part of elearning_v2_cubit dart |
Definition at line 1 of file elearning_v2_state.dart.
| override List< Object > get pdfPath |
Definition at line 38 of file elearning_v2_state.dart.
| override List<Object> get props => [courses] |
Definition at line 21 of file elearning_v2_state.dart.
| override List< Object > get qcmList |
Definition at line 39 of file elearning_v2_state.dart.