EventChatCallRoomReady constructor

const EventChatCallRoomReady(
  1. ChatItemId callId,
  2. ChatId chatId,
  3. PreciseDateTime at,
  4. ChatCallRoomJoinLink joinLink,
)

Implementation

const EventChatCallRoomReady(
  super.callId,
  super.chatId,
  super.at,
  this.joinLink,
);