EventChatContactDeleted constructor

const EventChatContactDeleted(
  1. ChatContactId contactId,
  2. PreciseDateTime at
)

Implementation

const EventChatContactDeleted(super.contactId, super.at);