Node firstChild

The first child of this node.

Other resources

Source

@DomName('Node.firstChild')
@DocsEditable()
Node get firstChild => _blink.BlinkNode.instance.firstChild_Getter_(this);