hasAnalyzerSupport method

bool hasAnalyzerSupport()

Returns true if this declaration has analyzer information available.

Implementation

bool hasAnalyzerSupport() => getDartType() != null || getElement() != null;