ChatContactCreatedEvent constructor

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

Implementation

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