get_root


Description:

public unowned TreeNode? get_root ()

Retrieves the root node of the tree.

The root node is not a visible node in the self, but a placeholder for all other builders to build upon.

Returns:

A TreeNode or null.