flowActions property

List<IFlowAction>? get flowActions

Property getter and setter for flowActions:

Implementation

List<IFlowAction>? get flowActions;
set flowActions (List<IFlowAction>? flowActions)

Implementation

set flowActions(List<IFlowAction>? flowActions);