OrderedTaskNavigator class

Inheritance

Constructors

OrderedTaskNavigator(Task task)

Properties

countSteps int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
history ListQueue<Step>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task Task
finalinherited

Methods

currentStepIndex(Step step) int
inherited
firstStep() Step?
override
hasPreviousStep() bool
inherited
nextInList(Step? step) Step?
inherited
nextStep({required Step step, QuestionResult? questionResult}) Step?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peekHistory() Step?
inherited
previousInList(Step step) Step?
override
record(Step step) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited