RemoveMobileDataStatus.fromJson constructor

RemoveMobileDataStatus.fromJson(
  1. Map json_
)

Implementation

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