Node nextNode

The next sibling node.

Other resources

Source

@DomName('Node.nextSibling')
@DocsEditable()
Node get nextNode => _blink.BlinkNode.instance.nextSibling_Getter_(this);