dstConnections property

  1. @override
Iterable<Logic> dstConnections
override

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

Implementation

@override
Iterable<Logic> get dstConnections => {
      for (final element in elements) ...element.dstConnections
    }.toList(growable: false);