ScreeningHitAnalysis constructor
ScreeningHitAnalysis({
- MatchSummaryCode? datesOfBirth,
- MatchSummaryCode? documents,
- MatchSummaryCode? locations,
- MatchSummaryCode? names,
- required double searchTermsVersion,
Implementation
ScreeningHitAnalysis({
this.datesOfBirth,
this.documents,
this.locations,
this.names,
required this.searchTermsVersion,
});