allContacts property

List<GroupContactsModel?> allContacts
getter/setter pair

List of all the contacts for the atsign

Implementation

List<GroupContactsModel?> allContacts = [],

    /// List of contacts of the selected group
    selectedGroupContacts = [];