nextNode property

Node nextNode
@JSName('nextSibling')

The next sibling node.

Other resources

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;