DeleteUserPhoneArguments constructor
- required UserPhone phone,
- MyUserCredentials? confirmation,
Implementation
DeleteUserPhoneArguments({
required this.phone,
this.confirmation,
});
DeleteUserPhoneArguments({
required this.phone,
this.confirmation,
});