last property

Node last
inherited

Returns the last child Node.

Implementation

Node get last => _children.last;