data property

List<IFlowThread>? data

Property getter and setter for data:

Implementation

List<IFlowThread>? get data;
void data=(List<IFlowThread>? data)

Implementation

set data(List<IFlowThread>? data);