DeleteUserEmailArguments constructor

DeleteUserEmailArguments({
  1. required UserEmail email,
  2. MyUserCredentials? confirmation,
})

Implementation

DeleteUserEmailArguments({
  required this.email,
  this.confirmation,
});