connectionIds property

Iterable<String> get connectionIds

Gets all connection IDs in the graph.

Implementation

Iterable<String> get connectionIds => _connections.map((c) => c.id);