childFlows property

List<IFlowGraph>? get childFlows

Property getter and setter for childFlows:

Implementation

List<IFlowGraph>? get childFlows;
set childFlows (List<IFlowGraph>? childFlows)

Implementation

set childFlows(List<IFlowGraph>? childFlows);