Conditional class
- Inheritance
-
- Object
- Step
- ConfigureStep
- Conditional
Constructors
- Conditional({required bool condition, required Step child})
-
const
Properties
Methods
-
configure(
) → Step -
override
-
execute(
FlowContext context) → FutureOr< Response?> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited