previousSibling property

Node? get previousSibling

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

MDN Reference

Implementation

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