previousElementSibling property

Element? get previousElementSibling

The read-only previousElementSibling property of the CharacterData interface returns the first Element before the current node in its parent's children list, or null if there is none.

Implementation

external Element? get previousElementSibling;