isValidPassword property

bool get isValidPassword

Implementation

bool get isValidPassword => BaseRegExps.password.hasMatch(this ?? '');