WatchlistScreeningHitLocations constructor

WatchlistScreeningHitLocations({
  1. required String full,
  2. required String country,
})

Implementation

WatchlistScreeningHitLocations({
  required this.full,
  required this.country,
});