data property

List<ITheWhy>? data
override

Property getter and setter for data:

Implementation

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

Implementation

set data(List<ITheWhy>? data);