isStrong property
bool
get
isStrong
Returns true if all password strength criterion are satisfied.
Implementation
bool get isStrong =>
hasMinLength && hasUppercase && hasLowercase && hasDigit && hasSpecial;