data property
List<IFlowThread> ?
get
data
Property getter and setter for data:
Implementation
List<IFlowThread>? get data;
set
data
(List<IFlowThread> ? data)
Implementation
set data(List<IFlowThread>? data);