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