contacts property

List<Contact>? contacts
getter/setter pair

A list of contacts

Implementation

core.List<Contact>? contacts;