RequestDeviceInfoParams.fromJson constructor

RequestDeviceInfoParams.fromJson(
  1. Map json_
)

Implementation

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