SimpleNode parent

Gets the parent node of this node.

Source

SimpleNode get parent => provider.getNode(new Path(path).parentPath);