has method

bool has(
  1. String atSign
)

Implementation

bool has(String atSign) {
  return _passwords.containsKey(_normalizeAtSign(atSign));
}