connections property

Set<Connection<Reference>> get connections

All the connections between modules, without tracing through any of the boundaries of modules.

Note that this only calculates at the time of construction of this extractor, so if the modules change, you will need to create a new extractor to get the updated connections.

Implementation

Set<Connection> get connections => UnmodifiableSetView(_connections);