AddUserPhoneArguments constructor

AddUserPhoneArguments({
  1. required UserPhone phone,
  2. ConfirmationCode? confirmation,
})

Implementation

AddUserPhoneArguments({
  required this.phone,
  this.confirmation,
});