nextElementSibling property

Element? nextElementSibling

Returns the first following sibling that is an element, and null otherwise.

MDN Reference

Implementation

_i3.Element? get nextElementSibling => _i4.getProperty(
      this,
      'nextElementSibling',
    );