Peer get(String key)

Retrive a Peer from the list. Returns null if the element is not present.

Source

Peer get(String key) => _map[key];