PresentingSurveyState class

Inheritance

Constructors

PresentingSurveyState({required int stepCount, required Step currentStep, required List<Step> steps, required Set<StepResult> questionResults, StepResult? result, int currentStepIndex = 0, bool isPreviousStep = false})
const

Properties

currentStep Step
final
currentStepIndex int
final
hashCode int
The hash code for this object.
no setteroverride
isFirstStep bool
no setter
isPreviousStep bool
final
progress double
no setter
questionResults Set<StepResult>
final
result StepResult?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepCount int
final
steps List<Step>
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.
override