isStrongPassword property
bool
get
isStrongPassword
Implementation
bool get isStrongPassword => RegExp(
r"^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$",
).hasMatch(this);