DeviceInfo constructor
const
DeviceInfo({
- String? deviceId,
- String? label,
- String? platform,
- String? os,
- String? osVersion,
- String? browser,
- String? browserVersion,
- String? appVersion,
- String? appBuild,
- String? model,
- String? manufacturer,
- String? locale,
- String? timezone,
- int? screenWidth,
- int? screenHeight,
- double? devicePixelRatio,
- String? userAgent,
Implementation
const DeviceInfo({
this.deviceId,
this.label,
this.platform,
this.os,
this.osVersion,
this.browser,
this.browserVersion,
this.appVersion,
this.appBuild,
this.model,
this.manufacturer,
this.locale,
this.timezone,
this.screenWidth,
this.screenHeight,
this.devicePixelRatio,
this.userAgent,
});