ports property

Map<String, Logic> ports

Maps from the Interface's defined port name to an instance of a Port.

Note that each port's name (port.name) does not necessarily match the keys of _ports if they have been uniquified.

Implementation

Map<String, Logic> get ports => UnmodifiableMapView(_ports);