lastChild property

ChildNode? lastChild

Returns the last child.

MDN Reference

Implementation

_i3.ChildNode? get lastChild => _i4.getProperty(
      this,
      'lastChild',
    );