session property

  1. @override
AnalysisSession? get session
inherited

Return the analysis session in which this element is defined.

Implementation

@override
AnalysisSession? get session {
  return enclosingElement?.session;
}