AnalysisErrors constructor

AnalysisErrors(
  1. String file,
  2. List<AnalysisError> errors
)

Implementation

AnalysisErrors(this.file, this.errors);