data property

List<ISunnyInteraction>? data
override

Property getter and setter for data:

Implementation

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

Implementation

set data(List<ISunnyInteraction>? data);