PseudonymousIdInfo.fromJson constructor
PseudonymousIdInfo.fromJson(
- Map json_
Implementation
PseudonymousIdInfo.fromJson(core.Map json_)
: this(
billableRecordCount: json_['billableRecordCount'] as core.String?,
syncStatus: json_['syncStatus'] as core.String?,
);