internalSignals property
An Iterable of all Logic
s 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 =>
UnmodifiableTraverseableCollectionView<Logic>(_internalSignals);