BootloaderConfig constructor

const BootloaderConfig({
  1. String? path,
  2. int version = 0xFFFFFFFF,
})

Creates an instance of BootloaderConfig

Implementation

const BootloaderConfig({
  this.path,
  this.version = 0xFFFFFFFF,
});