GroupContactsModel constructor
GroupContactsModel({
- AtContact? contact,
- AtGroup? group,
- ContactsType? contactType,
Implementation
GroupContactsModel({
this.contact,
this.group,
this.contactType,
});