SoftDeviceConfig constructor

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

Creates an instance of SoftDeviceConfig

Implementation

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