last property

Node get last

Returns the last child Node.

Implementation

Node get last => _children.last;