first property

Node? first

First node of the document.

Implementation

Node? get first => root.children.first;