SoftDeviceConfig class

SoftDevice configuration

SoftDeviceConfig(
  path, //path to softdevice file
  version, //version of the softdevice defaults to 0xFFFFFFFF
};
Annotations
  • @JsonSerializable.new(anyMap: true, checked: true)

Constructors

SoftDeviceConfig({String? path, int version = 0xFFFFFFFF})
Creates an instance of SoftDeviceConfig
const
SoftDeviceConfig.fromJson(Map json)
Creates SoftDeviceConfig from json
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
path String?
Path to softdevice file
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
manifest.json's background_color
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Creates Map from SoftDeviceConfig
toString() String
Converts SoftDeviceConfig to String
override

Operators

operator ==(Object other) bool
The equality operator.
inherited