EventChatContactUserRemoved constructor

const EventChatContactUserRemoved(
  1. ChatContactId contactId,
  2. PreciseDateTime at,
  3. UserId userId
)

Implementation

const EventChatContactUserRemoved(super.contactId, super.at, this.userId);