activeFlows property

List<String>? activeFlows

Property getter and setter for activeFlows: A list of child flows that are currently active. A list of child flows that are currently active.

Implementation

List<String>? get activeFlows;
void activeFlows=(List<String>? activeFlows)

Implementation

set activeFlows(List<String>? activeFlows);