getNodes method

List<Node>? getNodes()

Implementation

List<Node>? getNodes() {
  return nodes;
}