The next sibling node.
Other resources
-
Node.nextSibling from MDN.
Source
@DomName('Node.nextSibling') @DocsEditable() Node get nextNode => _blink.BlinkNode.instance.nextSibling_Getter_(this);
The next sibling node.
Node.nextSibling from MDN.
@DomName('Node.nextSibling') @DocsEditable() Node get nextNode => _blink.BlinkNode.instance.nextSibling_Getter_(this);