internalSignals property

Iterable<Logic> internalSignals

An Iterable of all Logics contained within this Module which are not an input or output port of this Module.

This does not contain any signals within submodules.

Implementation

Iterable<Logic> get internalSignals =>
    UnmodifiableListView<Logic>(_internalSignals);