1part of
'elearning_v2_cubit.dart';
const CourseDetailsLoadingFailureState(this.error)
const CoursesLoadingFailureState(this.error)
override List< Object > get props
override List< Object?> get props
String get(String locale)
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