PrivacySettings constructor

PrivacySettings({
  1. bool? applicationCodePersistingDisabled,
  2. bool? userDataPersistingDisabled,
  3. bool? carrierInfoSendingDisabled,
  4. bool? systemInfoSendingDisabled,
})

Implementation

PrivacySettings({
  this.applicationCodePersistingDisabled,
  this.userDataPersistingDisabled,
  this.carrierInfoSendingDisabled,
  this.systemInfoSendingDisabled,
});