IngestMobileDataStatus.fromJson constructor

IngestMobileDataStatus.fromJson(
  1. Map json_
)

Implementation

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