IngestPpidDataStatus.fromJson constructor
IngestPpidDataStatus.fromJson(
- Map json_
Implementation
IngestPpidDataStatus.fromJson(core.Map json_)
: this(
ppidCount: json_['ppidCount'] as core.String?,
recordCount: json_['recordCount'] as core.String?,
);