ChatCallEvent constructor

const ChatCallEvent(
  1. ChatItemId callId,
  2. ChatId chatId,
  3. PreciseDateTime at
)

Implementation

const ChatCallEvent(this.callId, this.chatId, this.at);