WatchlistScreeningEntityListResponse constructor
WatchlistScreeningEntityListResponse({
- required List<
EntityWatchlistScreening> entityWatchlistScreenings, - required String? nextCursor,
- required String requestId,
Implementation
WatchlistScreeningEntityListResponse({
required this.entityWatchlistScreenings,
required this.nextCursor,
required this.requestId,
});