EventChatContactGroupAdded constructor

const EventChatContactGroupAdded(
  1. ChatContactId contactId,
  2. PreciseDateTime at,
  3. Chat group
)

Implementation

const EventChatContactGroupAdded(super.contactId, super.at, this.group);