PasswordValidation extension

on

Methods

isPasswordValidator({int minLength = 6, int uppercaseCharCount = 0, int lowercaseCharCount = 0, int numericCharCount = 0, int specialCharCount = 0}) bool

Available on String, provided by the PasswordValidation extension

Validates whether the string meets password strength requirements.