last property

Node last

Returns the last child Node.

Implementation

Node get last => _children.last;