previousSibling property

Node? previousSibling

Implementation

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