BluetoothDevice constructor
BluetoothDevice({})
Implementation
BluetoothDevice({
required this.advertisementName,
required this.bluetoothDeviceId,
required this.bluetoothDeviceName,
required this.connectable,
required this.rssi,
this.txPowerLevel,
}) : super();