EventChatContactNameUpdated constructor

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

Implementation

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