StatusReportingSettings constructor

StatusReportingSettings({
  1. ApplicationReportingSettings? applicationReportingSettings,
  2. bool? applicationReportsEnabled,
  3. bool? commonCriteriaModeEnabled,
  4. bool? deviceSettingsEnabled,
  5. bool? displayInfoEnabled,
  6. bool? hardwareStatusEnabled,
  7. bool? memoryInfoEnabled,
  8. bool? networkInfoEnabled,
  9. bool? powerManagementEventsEnabled,
  10. bool? softwareInfoEnabled,
  11. bool? systemPropertiesEnabled,
})

Implementation

StatusReportingSettings({
  this.applicationReportingSettings,
  this.applicationReportsEnabled,
  this.commonCriteriaModeEnabled,
  this.deviceSettingsEnabled,
  this.displayInfoEnabled,
  this.hardwareStatusEnabled,
  this.memoryInfoEnabled,
  this.networkInfoEnabled,
  this.powerManagementEventsEnabled,
  this.softwareInfoEnabled,
  this.systemPropertiesEnabled,
});