1part
of 'elearning_v2_cubit.dart';
7 List<Object> get
props => [];
static AppLocalizations of(BuildContext context)
const CourseDetailsLoadingFailureState(this.error)
const CoursesLoadingFailureState(this.error)
override List< Object > get props
override List< Object?> get props
class CoursesLoadingFailureState extends ElearningV2State course
abstract class ElearningV2State extends Equatable courses
final List< QcmEntity > qcmList
const CourseDetailsLoadedState(this.course, this.pdfPath, this.qcmList)
const CoursesLoadedState(this.courses)
abstract class UseCase< Type, Params > props