IngestMobileDataStatus constructor

IngestMobileDataStatus({
  1. String? mobileIdCount,
  2. String? recordCount,
})

Implementation

IngestMobileDataStatus({this.mobileIdCount, this.recordCount});