DeviceInfo constructor
const
DeviceInfo({})
Implementation
const DeviceInfo({
this.operatingSystem,
this.operatingSystemVersion,
this.deviceManufacturer,
this.deviceModel,
this.userAgent,
this.browserName,
this.browserVersion,
});