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