PasswordValidationResult constructor
Implementation
const PasswordValidationResult({
required this.hasMinLength,
required this.hasUppercase,
required this.hasLowercase,
required this.hasDigit,
required this.hasSpecialChar,
required this.hasNoBannedWords,
});