dstConnections property

  1. @override
Iterable<Logic> dstConnections
latefinal

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

Implementation

@override
late final Iterable<Logic> dstConnections = [
  for (final element in elements) ...element.dstConnections
];