first property

Node first

Returns the first child Node.

Implementation

Node get first => _children.first;