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