nextSibling property

Node? get nextSibling

Implementation

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