NavigableTask class
Definition of task which can handle routing between Tasks
The navigationRules defines on which Step StepIdentifier
which next Step
is called. The logic which Step is called is defined in the
NavigationRule
Constructors
-
factory
Properties
Methods
-
Adds a NavigationRule to the
navigationRule
Map It only adds the NavigationRule if none is already set for theStepIdentifier
-
getRuleByStepIdentifier(
String? stepIdentifier) → NavigationRule? -
Gets the NavigationRule which is defined for the given
StepIndentifier
Returns null if none is defined -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited