ScreeningHitAnalysis constructor

ScreeningHitAnalysis({
  1. MatchSummaryCode? datesOfBirth,
  2. MatchSummaryCode? documents,
  3. MatchSummaryCode? locations,
  4. MatchSummaryCode? names,
  5. required double searchTermsVersion,
})

Implementation

ScreeningHitAnalysis({
  this.datesOfBirth,
  this.documents,
  this.locations,
  this.names,
  required this.searchTermsVersion,
});