menu
messenger
store/event/my_user.dart
EventUserPhoneAdded
EventUserPhoneAdded const constructor
EventUserPhoneAdded
dark_mode
light_mode
EventUserPhoneAdded
constructor
const
EventUserPhoneAdded
(
UserId
userId
,
UserPhone
phone
,
bool
confirmed
)
Implementation
const EventUserPhoneAdded(super.userId, this.phone, this.confirmed);
messenger
my_user
EventUserPhoneAdded
EventUserPhoneAdded const constructor
EventUserPhoneAdded class