nextSibling method

Node? nextSibling()

Implementation

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