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