WatchlistScreeningIndividualReviewCreateResponse constructor
WatchlistScreeningIndividualReviewCreateResponse({})
Implementation
WatchlistScreeningIndividualReviewCreateResponse({
required this.id,
required this.confirmedHits,
required this.dismissedHits,
required this.comment,
required this.auditTrail,
required this.requestId,
});