constantEvaluationErrors property
List<AnalysisError> ?
get
constantEvaluationErrors
Return 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;