nextNode method

Node? nextNode()

Implementation

Node? nextNode() => js_util.callMethod(this, 'nextNode', []);