WatchlistScreeningEntityListResponse constructor

WatchlistScreeningEntityListResponse({
  1. required List<EntityWatchlistScreening> entityWatchlistScreenings,
  2. required String? nextCursor,
  3. required String requestId,
})

Implementation

WatchlistScreeningEntityListResponse({
  required this.entityWatchlistScreenings,
  required this.nextCursor,
  required this.requestId,
});