ContentDetailDto class

Annotations

Constructors

ContentDetailDto({required LearningContentType contentType, required String? videoUrl, required String? documentTitle, required String? document, required QuizContentDto? quizContent})
factory

Properties

contentType LearningContentType
no setterinherited
copyWith → $ContentDetailDtoCopyWith<ContentDetailDto>
no setterinherited
document String?
no setterinherited
documentTitle String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
quizContent QuizContentDto?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoUrl String?
no setterinherited

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