blockContactList property
List of contacts added by atsign
Implementation
List<AtContact> contactList = [],
    /// List of blocked contacts added by atsign
    blockContactList = [],
    /// List of selected contacts added by atsign
    selectedContacts = [],
    /// Cached list of contacts added by atsign
    cachedContactList = [];