menu
bluetooth_connect package
documentation
models/bluetooth_device.dart
BluetoothDevice
BluetoothDevice.new const constructor
BluetoothDevice.new const constructor
dark_mode
light_mode
BluetoothDevice
constructor
const
BluetoothDevice
(
{
required
String
id
,
required
String
name
,
required
int
rssi
,
})
Implementation
const BluetoothDevice({ required this.id, required this.name, required this.rssi, });
bluetooth_connect package
documentation
models/bluetooth_device
BluetoothDevice
BluetoothDevice.new const constructor
BluetoothDevice class