subInterfaces property

Map<String, PairInterface> subInterfaces

A mapping from sub-interface names to instances of sub-interfaces.

Implementation

Map<String, PairInterface> get subInterfaces =>
    UnmodifiableMapView(_subInterfaces
        .map((name, subInterface) => MapEntry(name, subInterface.interface)));