lastElementChild property
Element?
get
lastElementChild
Returns the last child that is an element, and null otherwise.
Implementation
_i3.Element? get lastElementChild => _i4.getProperty(
this,
'lastElementChild',
);