DeviceInfo constructor
DeviceInfo({})
Implementation
DeviceInfo(
{required this.deviceName,
required this.deviceVersion,
required this.identifier,
required this.appType,
required this.browser,
required this.browserVersion,
required this.deviceType,
required this.ipAddress});