FlowCondition typedef
FlowCondition =
bool Function(FlowContext context)
Decides whether a flow step should run.
Implementation
typedef FlowCondition = bool Function(FlowContext context);
Decides whether a flow step should run.
typedef FlowCondition = bool Function(FlowContext context);