firstElementChild property

Element? firstElementChild

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

MDN Reference

Implementation

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