includedFlows property

List<IIncludedPack>? get includedFlows

Property getter and setter for includedFlows:

Implementation

List<IIncludedPack>? get includedFlows;
set includedFlows (List<IIncludedPack>? includedFlows)

Implementation

set includedFlows(List<IIncludedPack>? includedFlows);