ResetPasswordResponse constructor

ResetPasswordResponse({
  1. String? email,
  2. String? kind,
  3. String? newEmail,
  4. String? requestType,
})

Implementation

ResetPasswordResponse({
  this.email,
  this.kind,
  this.newEmail,
  this.requestType,
});