nextNode property
- @JSName('nextSibling')
The next sibling node.
Other resources
- Node.nextSibling from MDN.
Implementation
@JSName('nextSibling')
/**
* The next sibling node.
*
* ## Other resources
*
* * [Node.nextSibling](https://developer.mozilla.org/en-US/docs/Web/API/Node.nextSibling)
* from MDN.
*/
Node? get nextNode native;