DeviceCapabilities constructor
const
DeviceCapabilities({})
Implementation
const DeviceCapabilities({
this.cpuInfo = false,
this.cpuUsage = false,
this.cpuFrequency = false,
this.perCoreUsage = false,
this.gpuInfo = false,
this.memoryInfo = false,
this.storageInfo = false,
this.batteryInfo = false,
this.networkInfo = false,
this.sensorInfo = false,
});