Settings constructor

Settings({
  1. bool? disableCloudLogging,
  2. String? name,
  3. String? preferenceSet,
})

Implementation

Settings({
  this.disableCloudLogging,
  this.name,
  this.preferenceSet,
});