hasErrors property

bool hasErrors

Implementation

bool get hasErrors =>
    constantValue == null || constantEvaluationErrors.isNotEmpty;