RequestDeviceInfoParams.fromJson constructor
RequestDeviceInfoParams.fromJson(
- Map json_
Implementation
RequestDeviceInfoParams.fromJson(core.Map json_)
: this(deviceInfo: json_['deviceInfo'] as core.String?);