DeviceMeta constructor

DeviceMeta({
  1. String? cpuType,
  2. String? product,
  3. String? androidVersion,
  4. String? storageAvailable,
  5. String? storageTotal,
  6. String? model,
  7. String? screenResolution,
  8. String? brand,
  9. String? totalRAM,
})

Implementation

DeviceMeta({
  this.cpuType,
  this.product,
  this.androidVersion,
  this.storageAvailable,
  this.storageTotal,
  this.model,
  this.screenResolution,
  this.brand,
  this.totalRAM,
});