lastElementChild property

Element? get lastElementChild

The DocumentFragment.lastElementChild read-only property returns the document fragment's last child Element, or null if there are no child elements.

Implementation

external Element? get lastElementChild;