enclosingElement3 property
The element that either physically or logically encloses this element.
For LibraryElement returns null
, because libraries are the top-level
elements in the model.
For CompilationUnitElement returns the CompilationUnitElement that
uses part
directive to include this element, or null
if this element
is the defining unit of the library.
Implementation
@override
CompilationUnitElement get enclosingElement3;