copyWith method
Implementation
WatchlistScreeningHitLocations copyWith({String? full, String? country}) {
return WatchlistScreeningHitLocations(
full: full ?? this.full, country: country ?? this.country);
}
WatchlistScreeningHitLocations copyWith({String? full, String? country}) {
return WatchlistScreeningHitLocations(
full: full ?? this.full, country: country ?? this.country);
}