Node lastChild

The last child of this node.

Other resources

Source

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