AnalysisError constructor
AnalysisError(
- AnalysisErrorSeverity severity,
- AnalysisErrorType type,
- Location location,
- String message,
- String code, {
- String? correction,
- String? url,
- List<
DiagnosticMessage> ? contextMessages, - bool? hasFix,
Implementation
AnalysisError(
this.severity, this.type, this.location, this.message, this.code,
{this.correction, this.url, this.contextMessages, this.hasFix});