nextSibling property

Node? get nextSibling

Return the previous and next sibling respectively of the added or removed nodes, and null otherwise.

MDN Reference

Implementation

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