WatchlistScreeningIndividualReviewCreateRequest constructor
      
      WatchlistScreeningIndividualReviewCreateRequest({})
     
    
    
Implementation
WatchlistScreeningIndividualReviewCreateRequest({
  required this.confirmedHits,
  required this.dismissedHits,
  this.comment,
  this.clientId,
  this.secret,
  required this.watchlistScreeningId,
});