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;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/Node/nextNode.html