GroupContactsModel constructor

GroupContactsModel({
  1. AtContact? contact,
  2. AtGroup? group,
  3. ContactsType? contactType,
})

Implementation

GroupContactsModel({
  this.contact,
  this.group,
  this.contactType,
});