warnings property

Implementation

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