AnalysisError constructor
AnalysisError({
- String? message,
- AnalysisErrorType? type,
Implementation
AnalysisError({
this.message,
this.type,
});
AnalysisError({
this.message,
this.type,
});