PasswordPolicy constructor
const
PasswordPolicy({})
Implementation
const PasswordPolicy({
this.minLength = 8,
this.requireUppercase = true,
this.requireLowercase = true,
this.requireNumber = true,
this.requireSpecial = true,
});