firstChild property

Node? get firstChild

Implementation

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