leafElements property

List<Logic> leafElements
latefinal

A list of all leaf-level elements at the deepest hierarchy of this structure provided in index order.

Implementation

late final List<Logic> leafElements =
    UnmodifiableListView(_calculateLeafElements());