interfaces property

Map<String, InterfaceReference<PairInterface>> interfaces
latefinal

Unmodifiable map of all interfaces added to this module.

Maps interface names to their corresponding InterfaceReference objects, providing access to interface ports, roles, and connection state.

Implementation

late final Map<String, InterfaceReference> interfaces =
    UnmodifiableMapView(_interfaces);