EventChatContactEmailRemoved constructor

const EventChatContactEmailRemoved(
  1. ChatContactId contactId,
  2. PreciseDateTime at,
  3. UserEmail email
)

Implementation

const EventChatContactEmailRemoved(super.contactId, super.at, this.email);