AccountSettings constructor

AccountSettings({
  1. bool? disableRemoteControl,
  2. bool? enableDialOut,
})

Implementation

AccountSettings({
  this.disableRemoteControl,
  this.enableDialOut,
});