enclosingElement property

  1. @override
Element enclosingElement
final

The enclosing element of this element.

This is the element that contains this element, such as a class or a library.

Implementation

@override
final Element enclosingElement;