isValidPass method

bool isValidPass()

Implementation

bool isValidPass() {
  return length >= 6;
}