nextSibling property

Node? nextSibling

Implementation

Node? get nextSibling => js_util.getProperty(this, 'nextSibling');