nodes property

List<NodeModel<T, E>> get nodes

nodes

The list of current nodes in the canvas.

Implementation

List<NodeModel<T, E>> get nodes => data.nodes;