dstConnections property
override
An Iterable of all Logic
s that are being directly driven by this
.
Implementation
@override
Iterable<Logic> get dstConnections => {
for (final element in elements) ...element.dstConnections
}.toList(growable: false);