ChatContactEvent constructor

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

Implementation

const ChatContactEvent(this.contactId, this.at);