PasswordPolicy constructor
const
PasswordPolicy({})
Implementation
const PasswordPolicy({
this.minLength = 6,
this.maxLength = 128,
this.requireUppercase = false,
this.requireLowercase = false,
this.requireNumber = false,
this.requireSpecialChar = false,
});