LearningContentDto class

Annotations

Constructors

LearningContentDto({required String contentId, required int orderId, required String contentTitle, required int contentNumber, required bool isCompleted, required ContentDetailDto contentDetail})
factory

Properties

contentDetail ContentDetailDto
no setterinherited
contentId String
no setterinherited
contentNumber int
no setterinherited
contentTitle String
no setterinherited
contentType → dynamic
no setter
copyWith → $LearningContentDtoCopyWith<LearningContentDto>
no setterinherited
document String
no setter
documentTitle String
no setter
hashCode int
The hash code for this object.
no setterinherited
isCompleted bool
no setterinherited
orderId int
no setterinherited
quizContent QuizContentDto
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoUri Uri
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited