data property

List<IFactSchema>? data

Property getter and setter for data:

Implementation

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

Implementation

set data(List<IFactSchema>? data);