errors property

List<ValidationIssue> get errors

Implementation

List<ValidationIssue> get errors => issues.where((i) => i.isError).toList();