data property

List<IContactInterests>? data
override

Property getter and setter for data:

Implementation

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

Implementation

set data(List<IContactInterests>? data);