connections property

Map<String, ConnectionInfo> get connections

Implementation

Map<String, ConnectionInfo> get connections =>
    Map.unmodifiable(_connections);