isStrongPassword property
bool
get
isStrongPassword
Implementation
bool get isStrongPassword => _strongPasswordPattern.hasMatch(this);
bool get isStrongPassword => _strongPasswordPattern.hasMatch(this);