addNode method

void addNode(
  1. String path
)

Implementation

void addNode(String path) {
  _nodes.add(path);
}