diagnosticCode property
The code to report for a violation.
Implementation
@override
LintCode get diagnosticCode => LintCode(
name,
description,
correctionMessage: 'Ex. {0}Cubit',
severity: DiagnosticSeverity.WARNING,
);
The code to report for a violation.
@override
LintCode get diagnosticCode => LintCode(
name,
description,
correctionMessage: 'Ex. {0}Cubit',
severity: DiagnosticSeverity.WARNING,
);