portMaps property
latefinal
An unmodifiable list of all port mappings for this interface.
Each PortMap represents a connection between a port on the interface and a port on the module. These mappings are used to resolve interface connections into physical port connections.
Implementation
late final List<PortMap> portMaps = UnmodifiableListView(_portMaps);