CustomStrengthOptionsConfig constructor
CustomStrengthOptionsConfig({})
Implementation
CustomStrengthOptionsConfig({
this.requireUppercase,
this.requireLowercase,
this.requireNonAlphanumeric,
this.requireNumeric,
this.minLength,
this.maxLength,
});