|
| const | CourseModel ({ super.id, super.title, super.description, super.imageUrl, super.pdfPath, super.qcmPath, super.durationMinutes, super.progress, super.iconColor, super.createdAt, }) |
| factory CourseModel | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
Definition at line 3 of file course_model.dart.
◆ CourseModel()
| const CourseEntity::CourseModel |
( |
{ super.id, super.title, super.description, super.imageUrl, super.pdfPath, super.qcmPath, super.durationMinutes, super.progress, super.iconColor, super.createdAt, } | | ) |
|
|
private |
◆ fromJson()
◆ toJson()
| Map< String, dynamic > CourseEntity::toJson |
( |
| ) |
|
|
inlineprivate |
The documentation for this class was generated from the following file: