macroDiagnostics property
Diagnostics registered while applying macros to this element.
Implementation
List<AnalyzerMacroDiagnostic> get macroDiagnostics {
linkedData?.read(this);
return _macroDiagnostics;
}
Implementation
set macroDiagnostics(List<AnalyzerMacroDiagnostic> value) {
_macroDiagnostics = value;
}