hasConnection method

bool hasConnection(
  1. String serverId
)

Implementation

bool hasConnection(String serverId) =>
    _connections.containsKey(serverId);