AngularAnalysisError constructor

AngularAnalysisError(
  1. List<AnalysisError> constantEvaluationErrors,
  2. IndexedAnnotation<Element> indexedAnnotation
)

Implementation

AngularAnalysisError(this.constantEvaluationErrors, this.indexedAnnotation);