isValid method

bool isValid(
  1. String password
)

Implementation

bool isValid(String password) => validate(password) == null;