session property
Return the analysis session in which this element is defined.
Implementation
@override
AnalysisSession? get session {
return enclosingElement?.session;
}
Return the analysis session in which this element is defined.
@override
AnalysisSession? get session {
return enclosingElement?.session;
}