watchlistScreenings property
- @JsonKey.new(name: 'watchlist_screenings', defaultValue: <WatchlistScreeningIndividual>[])
 
final
      Implementation
@JsonKey(
    name: 'watchlist_screenings',
    defaultValue: <WatchlistScreeningIndividual>[])
final List<WatchlistScreeningIndividual> watchlistScreenings;