firstChild property - Node class - dart:html library (original) (raw)

description

Node? getfirstChild

The first child of this node.

Other resources

Implementation

Node? get firstChild native;