parentNode property

ParentNode? parentNode

Returns the parent.

MDN Reference

Implementation

_i3.ParentNode? get parentNode => _i4.getProperty(
      this,
      'parentNode',
    );