firstChild property

ChildNode? firstChild

Returns the first child.

MDN Reference

Implementation

_i3.ChildNode? get firstChild => _i4.getProperty(
      this,
      'firstChild',
    );