CreatePasswordViewParams constructor

CreatePasswordViewParams({
  1. bool isChangingPassword = true,
  2. required String otp,
})

Implementation

CreatePasswordViewParams({
  this.isChangingPassword = true,
  required this.otp,
});