DeviceInfo constructor

DeviceInfo({
  1. String versionNumber = '',
  2. String buildNumber = '',
  3. String displayName = '',
  4. String bundleName = '',
  5. String uuid = '',
  6. String locales = '',
  7. String timeZone = '',
  8. String alphaCode = '',
  9. LocaleApp localeApp = const LocaleApp(),
  10. bool isLowRamDevice = false,
  11. int physicalRamSize = 0,
  12. int availableRamSize = 0,
  13. int totalRam = 0,
  14. String board = '',
  15. String bootloader = '',
  16. String device = '',
  17. String display = '',
  18. String fingerprint = '',
  19. String hardware = '',
  20. String host = '',
  21. String buildId = '',
  22. String product = '',
  23. List<String> supported32BitAbis = const [],
  24. List<String> supported64BitAbis = const [],
  25. List<String> supportedAbis = const [],
  26. String tags = '',
  27. String type = '',
  28. List<String> systemFeatures = const [],
  29. String deviceName = '',
  30. String modelName = '',
  31. String localizedModel = '',
  32. bool isiOSAppOnMac = false,
  33. String brand = '',
  34. String manufacturer = '',
  35. String model = '',
  36. String systemName = '',
  37. String systemVersion = '',
  38. bool isPhysicalDevice = true,
  39. int freeDiskSize = 0,
  40. int totalDiskSize = 0,
  41. 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(),
});