elements property

  1. @override
List<Logic> elements
latefinal

All elements of this structure.

Implementation

@override
late final List<Logic> elements = UnmodifiableListView(_elements);