PresentingSurveyState class

Inheritance

Constructors

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

Properties

appBarConfiguration AppBarConfiguration
final
currentStep Step
final
currentStepIndex int
final
hashCode int
The hash code for this object.
no setterinherited
isPreviousStep bool
final
questionResults Set<QuestionResult>
final
result QuestionResult?
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.
inherited