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