EventChatCallDeclined constructor

const EventChatCallDeclined(
  1. ChatId chatId,
  2. ChatItemId callId,
  3. ChatCall call,
  4. User user,
  5. PreciseDateTime at,
)

Implementation

const EventChatCallDeclined(
  super.chatId,
  this.callId,
  this.call,
  this.user,
  this.at,
);