errorCodeValues top-level property

  1. @AnalyzerPublicApi(message: 'exported by lib/error/error.dart')
  2. @Deprecated("Use 'diagnosticCodeValues' instead")
List<DiagnosticCode> get errorCodeValues

Implementation

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