nodes property

  1. @TagNumber(1)
List<Node> nodes

A list of nodes in the application graph.

Implementation

@$pb.TagNumber(1)
$core.List<Node> get nodes => $_getList(0);