nodes property

List<T> nodes

Returns elements of this node.

Implementation

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