GenericScreeningHitLocationItems.fromJson constructor

GenericScreeningHitLocationItems.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GenericScreeningHitLocationItems.fromJson(
        Map<String, dynamic> json) =>
    _$GenericScreeningHitLocationItemsFromJson(json);