rootElement property

T? rootElement

The root element T of this tree.

Implementation

T? get rootElement => _rootElement;