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