DeviceInfo constructor
DeviceInfo({
- String versionNumber = '',
- String buildNumber = '',
- String displayName = '',
- String bundleName = '',
- String uuid = '',
- String locales = '',
- String timeZone = '',
- String alphaCode = '',
- LocaleApp localeApp = const LocaleApp(),
- bool isLowRamDevice = false,
- int physicalRamSize = 0,
- int availableRamSize = 0,
- int totalRam = 0,
- String board = '',
- String bootloader = '',
- String device = '',
- String display = '',
- String fingerprint = '',
- String hardware = '',
- String host = '',
- String buildId = '',
- String product = '',
- List<
String> supported32BitAbis = const [], - List<
String> supported64BitAbis = const [], - List<
String> supportedAbis = const [], - String tags = '',
- String type = '',
- List<
String> systemFeatures = const [], - String deviceName = '',
- String modelName = '',
- String localizedModel = '',
- bool isiOSAppOnMac = false,
- String brand = '',
- String manufacturer = '',
- String model = '',
- String systemName = '',
- String systemVersion = '',
- bool isPhysicalDevice = true,
- int freeDiskSize = 0,
- int totalDiskSize = 0,
- Utsname utsname = const Utsname(),
Implementation
DeviceInfo({
this.versionNumber = '',
this.buildNumber = '',
this.displayName = '',
this.bundleName = '',
this.uuid = '',
this.locales = '',
this.timeZone = '',
this.alphaCode = '',
this.localeApp = const LocaleApp(),
this.isLowRamDevice = false,
this.physicalRamSize = 0,
this.availableRamSize = 0,
this.totalRam = 0,
this.board = '',
this.bootloader = '',
this.device = '',
this.display = '',
this.fingerprint = '',
this.hardware = '',
this.host = '',
this.buildId = '',
this.product = '',
this.supported32BitAbis = const [],
this.supported64BitAbis = const [],
this.supportedAbis = const [],
this.tags = '',
this.type = '',
this.systemFeatures = const [],
this.deviceName = '',
this.modelName = '',
this.localizedModel = '',
this.isiOSAppOnMac = false,
this.brand = '',
this.manufacturer = '',
this.model = '',
this.systemName = '',
this.systemVersion = '',
this.isPhysicalDevice = true,
this.freeDiskSize = 0,
this.totalDiskSize = 0,
this.utsname = const Utsname(),
});