EntityScreeningHitsPhoneNumberItems constructor

EntityScreeningHitsPhoneNumberItems({
  1. MatchSummary? analysis,
  2. EntityScreeningHitPhoneNumbers? data,
})

Implementation

EntityScreeningHitsPhoneNumberItems({
  this.analysis,
  this.data,
});