contacts property

List<String>? get contacts

Property getter and setter for contacts:

Implementation

List<String>? get contacts;
set contacts (List<String>? contacts)

Implementation

set contacts(List<String>? contacts);