cachedContactList property

List<AtContact?> cachedContactList
getter/setter pair

Implementation

List<AtContact?> contactList = [],
    blockContactList = [],
    selectedContacts = [],
    cachedContactList = [];