menu
messenger
store/event/chat.dart
ChatUnreadItemsCountUpdatedEvent
ChatUnreadItemsCountUpdatedEvent.new const constructor
ChatUnreadItemsCountUpdatedEvent.new
dark_mode
light_mode
ChatUnreadItemsCountUpdatedEvent
constructor
const
ChatUnreadItemsCountUpdatedEvent
(
ChatId
chatId
,
int
count
)
Implementation
const ChatUnreadItemsCountUpdatedEvent(super.chatId, this.count);
messenger
chat
ChatUnreadItemsCountUpdatedEvent
ChatUnreadItemsCountUpdatedEvent.new const constructor
ChatUnreadItemsCountUpdatedEvent class