menu
messenger
store/event/chat.dart
EventChatTypingStarted
EventChatTypingStarted const constructor
EventChatTypingStarted
dark_mode
light_mode
EventChatTypingStarted
constructor
const
EventChatTypingStarted
(
ChatId
chatId
,
User
user
)
Implementation
const EventChatTypingStarted(super.chatId, this.user);
messenger
chat
EventChatTypingStarted
EventChatTypingStarted const constructor
EventChatTypingStarted class