lastChild property

ChildType? lastChild

The last child in the child list.

Implementation

ChildType? get lastChild => _lastChild;