QuizOptionsDto class

Annotations

Constructors

QuizOptionsDto({required List<QuizOptionDto> quizOptions})
factory

Properties

copyWith → $QuizOptionsDtoCopyWith<QuizOptionsDto>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
quizOptionCount int
no setter
quizOptionIds List<String>
no setter
quizOptionIsCorrects List<bool>
no setter
quizOptionIsSelecteds List<bool>
no setter
quizOptions List<QuizOptionDto>
no setterinherited
quizOptionSelectedIds List<String>
no setter
quizOptionTexts List<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
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