appliesTo method
Check if this processor applies to the given diagnostic.
Implementation
@visibleForTesting
bool appliesTo(Diagnostic diagnostic) =>
code == diagnostic.diagnosticCode.lowerCaseName;
Check if this processor applies to the given diagnostic.
@visibleForTesting
bool appliesTo(Diagnostic diagnostic) =>
code == diagnostic.diagnosticCode.lowerCaseName;