ErrorSeverity typedef

  1. @AnalyzerPublicApi(message: 'exported by package:analyzer/error/error.dart')
  2. @Deprecated("Use 'DiagnosticSeverity' instead.")
ErrorSeverity = DiagnosticSeverity

The severity of a DiagnosticCode.

Implementation

@AnalyzerPublicApi(message: 'exported by package:analyzer/error/error.dart')
@Deprecated("Use 'DiagnosticSeverity' instead.")
typedef ErrorSeverity = DiagnosticSeverity;