nodes property

List<T> get nodes

Returns elements of this node.

Implementation

List<T> get nodes => UnmodifiableListView<T>(_nodes!);