documents property

  1. @JsonKey(name: 'documents', defaultValue: <EntityScreeningHitDocumentsItems>[])
List<EntityScreeningHitDocumentsItems>? documents
final

Implementation

@JsonKey(
    name: 'documents', defaultValue: <EntityScreeningHitDocumentsItems>[])
final List<EntityScreeningHitDocumentsItems>? documents;