EmailAccountPasswordResetRequest constructor

EmailAccountPasswordResetRequest({
  1. UuidValue? id,
  2. required UuidValue emailAccountId,
  3. EmailAccount? emailAccount,
  4. DateTime? createdAt,
  5. required UuidValue challengeId,
  6. SecretChallenge? challenge,
  7. UuidValue? setPasswordChallengeId,
  8. SecretChallenge? setPasswordChallenge,
})

Implementation

factory EmailAccountPasswordResetRequest({
  _i1.UuidValue? id,
  required _i1.UuidValue emailAccountId,
  _i2.EmailAccount? emailAccount,
  DateTime? createdAt,
  required _i1.UuidValue challengeId,
  _i3.SecretChallenge? challenge,
  _i1.UuidValue? setPasswordChallengeId,
  _i3.SecretChallenge? setPasswordChallenge,
}) = _EmailAccountPasswordResetRequestImpl;