The first child of this node.
Other resources
-
Node.firstChild from MDN.
Source
@DomName('Node.firstChild')
@DocsEditable()
Node get firstChild => _blink.BlinkNode.instance.firstChild_Getter_(this);
The first child of this node.
Node.firstChild from MDN.
@DomName('Node.firstChild')
@DocsEditable()
Node get firstChild => _blink.BlinkNode.instance.firstChild_Getter_(this);