SettingsConfig constructor

const SettingsConfig({
  1. bool generate = false,
  2. String? sdValType,
  3. String? appValType,
  4. String? path,
  5. bool noBackup = false,
  6. int blSettVersion = 1,
  7. String? arch,
  8. int? backupAddress,
  9. int? customBootSettAddr,
})

Creates an instance of SettingsConfig

Implementation

const SettingsConfig({
  this.generate = false,
  this.sdValType,
  this.appValType,
  this.path,
  this.noBackup = false,
  this.blSettVersion = 1,
  this.arch,
  this.backupAddress,
  this.customBootSettAddr
});