DeviceInfo.fromJson constructor
DeviceInfo.fromJson(
- Map json_
Implementation
DeviceInfo.fromJson(core.Map json_)
: this(
ipAddress: json_['ipAddress'] as core.String?,
userAgent: json_['userAgent'] as core.String?,
);