PasswordRule constructor
PasswordRule({})
Implementation
PasswordRule({
this.minLength = 8,
this.requireUppercase = true,
this.requireLowercase = true,
this.requireNumbers = true,
this.requireSymbols = true,
});