first property

Node get first

Returns the first child Node.

Implementation

Node get first => _children.first;