first property

Node get first
inherited

Returns the first child Node.

Implementation

Node get first => _children.first;