firstElementChild property

XmlElement? firstElementChild
inherited

Return the first child XmlElement, or null if there are none.

Implementation

XmlElement? get firstElementChild => null;