DeviceInfo constructor
DeviceInfo({})
Implementation
DeviceInfo({
this.brand,
this.browser,
this.browserVersion,
this.category,
this.ipAddress,
this.languageCode,
this.model,
this.operatingSystem,
this.operatingSystemVersion,
this.screenHeight,
this.screenWidth,
this.userAgent,
});