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,
})

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,
});