PasswordState constructor
const
PasswordState({})
Represents the current state of 2-step verification
Implementation
const PasswordState({
required this.hasPassword,
required this.passwordHint,
required this.hasRecoveryEmailAddress,
required this.hasPassportData,
this.recoveryEmailAddressCodeInfo,
required this.loginEmailAddressPattern,
required this.pendingResetDate,
this.extra,
this.clientId,
});