DeviceSettings constructor

DeviceSettings({
  1. bool? adbEnabled,
  2. bool? developmentSettingsEnabled,
  3. String? encryptionStatus,
  4. bool? isDeviceSecure,
  5. bool? isEncrypted,
  6. bool? unknownSourcesEnabled,
  7. bool? verifyAppsEnabled,
})

Implementation

DeviceSettings({
  this.adbEnabled,
  this.developmentSettingsEnabled,
  this.encryptionStatus,
  this.isDeviceSecure,
  this.isEncrypted,
  this.unknownSourcesEnabled,
  this.verifyAppsEnabled,
});