PerIosVersionInfo.fromJson constructor
PerIosVersionInfo.fromJson(
- Map json_
Implementation
PerIosVersionInfo.fromJson(core.Map json_)
: this(
deviceCapacity: json_['deviceCapacity'] as core.String?,
versionId: json_['versionId'] as core.String?,
);