ChatContactNameUpdatedEvent constructor
- ChatContactId contactId,
- PreciseDateTime at,
- UserName name
Implementation
const ChatContactNameUpdatedEvent(super.contactId, super.at, this.name);
const ChatContactNameUpdatedEvent(super.contactId, super.at, this.name);