EventChatContactCreated constructor

const EventChatContactCreated(
  1. ChatContactId contactId,
  2. PreciseDateTime at,
  3. UserName name
)

Implementation

const EventChatContactCreated(super.contactId, super.at, this.name);