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