TaskNavigator class abstract
- Implementers
Constructors
Properties
Methods
-
currentStepIndex(
Step step) → int -
firstStep(
) → Step? -
hasPreviousStep(
) → bool -
nextInList(
Step? step) → Step? -
nextStep(
{required Step step, QuestionResult? questionResult}) → Step? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
peekHistory(
) → Step? -
previousInList(
Step step) → Step? -
record(
Step step) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited