Node.root constructor
Node.root()
Alternate factory constructor that should be used for the root nodes.
Implementation
factory Node.root() => Node(key: INode.ROOT_KEY);
Alternate factory constructor that should be used for the root nodes.
factory Node.root() => Node(key: INode.ROOT_KEY);