errors property

Implementation

List<RegistrationAuditIssue> get errors =>
    issues.where((issue) => issue.isError).toList(growable: false);