isDeletedContact method

bool isDeletedContact()

Implementation

bool isDeletedContact() {
  return contactType == "deleted_contact";
}