contacts property

List<ContactInfo> contacts
getter/setter pair

Implementation

List<ContactInfo> contacts = List.empty(growable: true);