PasswordRule constructor
Creates a new PasswordRule.
Implementation
const PasswordRule(
this.message, {
this.minLength = 8,
this.requireUppercase = true,
this.requireLowercase = true,
this.requireNumber = true,
this.requireSpecialChar = true,
});