menu
messenger
store/event/chat_call.dart
ChatCallEvent
ChatCallEvent const constructor
ChatCallEvent
dark_mode
light_mode
ChatCallEvent
constructor
const
ChatCallEvent
(
ChatItemId
callId
,
ChatId
chatId
,
PreciseDateTime
at
)
Implementation
const ChatCallEvent(this.callId, this.chatId, this.at);
messenger
chat_call
ChatCallEvent
ChatCallEvent const constructor
ChatCallEvent class