Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
elearning_v2_state.dart File Reference

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< QcmEntityqcmList

Function Documentation

◆ CourseDetailsLoadedState()

const CourseDetailsLoadedState ( this. course,
this. pdfPath,
this. qcmList )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoursesLoadedState()

const CoursesLoadedState ( this. courses)
Here is the caller graph for this function:

Variable Documentation

◆ course

class CoursesLoadingFailureState extends ElearningV2State course

◆ courses

abstract class ElearningV2State extends Equatable courses

◆ dart

part of elearning_v2_cubit dart

Definition at line 1 of file elearning_v2_state.dart.

◆ pdfPath

override List< Object > get pdfPath

Definition at line 38 of file elearning_v2_state.dart.

◆ props

override List<Object> get props => [courses]

Definition at line 21 of file elearning_v2_state.dart.

◆ qcmList

override List< Object > get qcmList

Definition at line 39 of file elearning_v2_state.dart.