AnalysisError constructor

AnalysisError({
  1. String? message,
  2. AnalysisErrorType? type,
})

Implementation

AnalysisError({
  this.message,
  this.type,
});