$V2CustomStrengthOptions constructor
$V2CustomStrengthOptions({})
Implementation
$V2CustomStrengthOptions({
this.containsLowercaseCharacter,
this.containsNonAlphanumericCharacter,
this.containsNumericCharacter,
this.containsUppercaseCharacter,
this.maxPasswordLength,
this.minPasswordLength,
});