menu
messenger
store/event/chat.dart
EventChatItemPosted
EventChatItemPosted const constructor
EventChatItemPosted
dark_mode
light_mode
EventChatItemPosted
constructor
const
EventChatItemPosted
(
ChatId
chatId
,
DtoChatItem
item
)
Implementation
const EventChatItemPosted(super.chatId, this.item);
messenger
chat
EventChatItemPosted
EventChatItemPosted const constructor
EventChatItemPosted class