selectedGroupContacts property
List of all the contacts for the atsign
Implementation
List<GroupContactsModel?> allContacts = [],
/// List of contacts of the selected group
selectedGroupContacts = [];
List of all the contacts for the atsign
List<GroupContactsModel?> allContacts = [],
/// List of contacts of the selected group
selectedGroupContacts = [];