BluetoothConfig constructor
BluetoothConfig({})
Returns a new BluetoothConfig instance.
Implementation
BluetoothConfig({
this.name,
this.address,
this.powered,
required this.pairable,
required this.pairableTimeout,
required this.discoverable,
required this.discoverableTimeout,
});