Config constructor
const
Config({
- bool debug = false,
- String? exportPath,
- SoftDeviceConfig softdeviceConfig = const SoftDeviceConfig(),
- ApplicationConfig applicationConfig = const ApplicationConfig(),
- BootloaderConfig bootloaderConfig = const BootloaderConfig(),
- SettingsConfig? settingsConfig = const SettingsConfig(),
- String sofDeviceReqType = 's132NRF52d611',
- int hardwareVersion = 0xFFFFFFFF,
- KeyFileConfig? keyfileConfig,
- String? comment,
Creates an instance of Config
Implementation
const Config({
this.debug = false,
this.exportPath,
this.softdeviceConfig = const SoftDeviceConfig(),
this.applicationConfig = const ApplicationConfig(),
this.bootloaderConfig = const BootloaderConfig(),
this.settingsConfig = const SettingsConfig(),
this.sofDeviceReqType = 's132NRF52d611',
this.hardwareVersion = 0xFFFFFFFF,
this.keyfileConfig,
this.comment,
});