errorCodeValues top-level property
- @AnalyzerPublicApi(message: 'exported by lib/error/error.dart')
- @Deprecated("Use 'diagnosticCodeValues' instead")
Implementation
@AnalyzerPublicApi(message: 'exported by lib/error/error.dart')
@Deprecated("Use 'diagnosticCodeValues' instead")
List<DiagnosticCode> get errorCodeValues => diagnosticCodeValues;