DeleteUserPhoneArguments constructor

DeleteUserPhoneArguments({
  1. required UserPhone phone,
  2. MyUserCredentials? confirmation,
})

Implementation

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