PasswordState constructor
PasswordState({})
Implementation
PasswordState({
required this.hasPassword,
required this.passwordHint,
required this.hasRecoveryEmailAddress,
required this.hasPassportData,
this.recoveryEmailAddressCodeInfo,
required this.loginEmailAddressPattern,
required this.pendingResetDate,
});