lastElementChild property

Element? lastElementChild

Returns the last child that is an element, and null otherwise.

MDN Reference

Implementation

_i3.Element? get lastElementChild => _i4.getProperty(
      this,
      'lastElementChild',
    );