dstConnections property

Iterable<Logic> dstConnections
latefinal

An Iterable of all Logics that are being directly driven by this.

Implementation

late final Iterable<Logic> dstConnections =
    UnmodifiableListView(_dstConnections);