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