flowActions property

List<IFlowAction>? flowActions

Property getter and setter for flowActions:

Implementation

List<IFlowAction>? get flowActions;
void flowActions=(List<IFlowAction>? flowActions)

Implementation

set flowActions(List<IFlowAction>? flowActions);