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