menu
messenger
store/event/user.dart
EventUserPresenceUpdated
EventUserPresenceUpdated const constructor
EventUserPresenceUpdated
dark_mode
light_mode
EventUserPresenceUpdated
constructor
const
EventUserPresenceUpdated
(
UserId
userId
,
Presence
presence
,
PreciseDateTime
at
)
Implementation
const EventUserPresenceUpdated(super.userId, this.presence, this.at);
messenger
user
EventUserPresenceUpdated
EventUserPresenceUpdated const constructor
EventUserPresenceUpdated class