IngestPpidDataStatus.fromJson constructor

IngestPpidDataStatus.fromJson(
  1. Map json_
)

Implementation

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