ConditionalStrategy class
- Inheritance
-
- Object
- NavigationStrategy
- ConditionalStrategy
Constructors
- ConditionalStrategy({required String condition, required String trueNode, required String falseNode})
Properties
Methods
-
execute(
Map< String, dynamic> context, Map<String, dynamic> ? params) → String? -
override
-
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