ContactIdInfo.fromJson constructor

ContactIdInfo.fromJson(
  1. Map json_
)

Implementation

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