root property

Node get root

Implementation

Node get root =>
    Node(id: rootNodeId, parentId: rootNodeId, children: rootChildren);