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