isValidPassword method

bool isValidPassword()

Implementation

bool isValidPassword() {
  return trim().length >= 6;
}