ContactIdInfo.fromJson constructor
ContactIdInfo.fromJson(
- Map json_
Implementation
ContactIdInfo.fromJson(core.Map json_)
: this(
dataSourceType: json_['dataSourceType'] as core.String?,
matchRatePercentage: json_['matchRatePercentage'] as core.int?,
);