ChatContactUserRemovedEvent constructor

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

Implementation

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