internalInterface property
The internal interface instance that exists "inside" the module
.
If null
, then there is no internal interface representation — the
interface is mapped directly to individual module ports or connected
indirectly through other interfaces.
If an interface is connected vertically (e.g. child up to parent) to an interface that originally did not have an internalInterface, one will be created and connected for any portMaps.
Implementation
InterfaceType? get internalInterface => _internalInterface;