contacts property

List<ISunnyContact>? contacts

Property getter and setter for contacts:

Implementation

List<ISunnyContact>? get contacts;
void contacts=(List<ISunnyContact>? contacts)

Implementation

set contacts(List<ISunnyContact>? contacts);