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