EventChatCallDeclined constructor

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

Implementation

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