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