EmailAccountPasswordResetRequest constructor
EmailAccountPasswordResetRequest({
- UuidValue? id,
- required UuidValue emailAccountId,
- EmailAccount? emailAccount,
- DateTime? createdAt,
- required UuidValue challengeId,
- SecretChallenge? challenge,
- UuidValue? setPasswordChallengeId,
- 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;