menu
system_state package
documentation
model/bluetooth_device.dart
BluetoothDevice
BluetoothDevice.new constructor
BluetoothDevice.new constructor
dark_mode
light_mode
BluetoothDevice
constructor
BluetoothDevice
(
{
required
String
name
,
required
String
?
address
,
required
String
connectionState
,
})
Implementation
BluetoothDevice({required this.name, required this.address, required this.connectionState});
system_state package
documentation
model/bluetooth_device
BluetoothDevice
BluetoothDevice.new constructor
BluetoothDevice class