DeviceSpecs constructor
DeviceSpecs({})
Implementation
DeviceSpecs({
required this.platform,
required this.cpuCores,
required this.ramMb,
required this.osVersion,
this.performanceClass,
this.isEmulator = false,
});