NestedChatContact constructor

NestedChatContact(
  1. ChatContactId id,
  2. UserName name
)

Implementation

NestedChatContact(this.id, this.name);