QuizIntegrityInformations class

Constructors

QuizIntegrityInformations({required int stepsNumber, required Set<String> duplicateQuestionKey, required Set<String> duplicateStepKeys, required int globalQuestionNumber, required int globalQuestionsInternal, required int globalQuestionsConditionnal, required bool hasUselessSteppingMode, required List<String> emptyQuestionStepKeys, required Map<String, List<String>> duplicatesOptions})

Properties

duplicateQuestionKey Set<String>
final
duplicatesOptions Map<String, List<String>>
final
duplicateStepKeys Set<String>
final
emptyQuestionStepKeys List<String>
final
globalQuestionNumber int
final
globalQuestionsConditionnal int
final
globalQuestionsInternal int
final
hashCode int
The hash code for this object.
no setterinherited
hasImportantErrors bool
no setter
hasUselessSteppingMode bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepsNumber int
final

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