get method

String? get(
  1. String atSign
)

Implementation

String? get(String atSign) {
  return _passwords[_normalizeAtSign(atSign)];
}