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