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