ErrorSeverity typedef
- @AnalyzerPublicApi(message: 'exported by package:analyzer/error/error.dart')
- @Deprecated("Use 'DiagnosticSeverity' instead.")
The severity of a DiagnosticCode.
Implementation
@AnalyzerPublicApi(message: 'exported by package:analyzer/error/error.dart')
@Deprecated("Use 'DiagnosticSeverity' instead.")
typedef ErrorSeverity = DiagnosticSeverity;