locations property

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

Implementation

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