nodes property
List<T>
get
nodes
Returns elements of this node.
Implementation
List<T> get nodes => UnmodifiableListView<T>(_nodes!);
Returns elements of this node.
List<T> get nodes => UnmodifiableListView<T>(_nodes!);