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