hasAnalyzerSupport method
Returns true if this declaration has analyzer information available.
Implementation
bool hasAnalyzerSupport() => getDartType() != null || getElement() != null;
Returns true if this declaration has analyzer information available.
bool hasAnalyzerSupport() => getDartType() != null || getElement() != null;