NestedChatContact.from constructor

NestedChatContact.from(
  1. ChatContact contact
)

Constructs a NestedChatContact from the provided ChatContact.

Implementation

NestedChatContact.from(ChatContact contact)
  : id = contact.id,
    name = contact.name;