constantEvaluationErrors property

List<AnalysisError>? constantEvaluationErrors

The errors that were produced while computing a value for this annotation, or null if no value has been computed.

If a value has been produced but no errors were generated, then the list will be empty.

Implementation

List<AnalysisError>? get constantEvaluationErrors;