NestedChatContact.from constructor
- ChatContact contact
Constructs a NestedChatContact from the provided ChatContact.
Implementation
NestedChatContact.from(ChatContact contact)
: id = contact.id,
name = contact.name;
Constructs a NestedChatContact from the provided ChatContact.
NestedChatContact.from(ChatContact contact)
: id = contact.id,
name = contact.name;