ContactIdInfo constructor

ContactIdInfo({
  1. String? dataSourceType,
  2. int? matchRatePercentage,
})

Implementation

ContactIdInfo({this.dataSourceType, this.matchRatePercentage});