DeviceMeta constructor

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

Implementation

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