elementAt method

Tree elementAt(
  1. String path
)

Returns the ITreeNode at the provided path

Implementation

Tree elementAt(String path) => tree.elementAt(path) as Tree;