DeviceCapabilities constructor

const DeviceCapabilities({
  1. bool cpuInfo = false,
  2. bool cpuUsage = false,
  3. bool cpuFrequency = false,
  4. bool perCoreUsage = false,
  5. bool gpuInfo = false,
  6. bool memoryInfo = false,
  7. bool storageInfo = false,
  8. bool batteryInfo = false,
  9. bool networkInfo = false,
  10. bool sensorInfo = false,
})

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,
});