firstChild property

Node? firstChild

Implementation

Node? get firstChild => nodes.isNotEmpty ? nodes[0] : null;