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