menu
flutter_bt_print package
documentation
device/bluetooth_device.dart
BluetoothDevice
BluetoothDevice.new constructor
BluetoothDevice.new constructor
dark_mode
light_mode
BluetoothDevice
constructor
BluetoothDevice
(
{
required
String
name
,
required
String
address
,
bool
isConnected
=
false
,
})
Implementation
BluetoothDevice({ required this.name, required this.address, this.isConnected = false, });
flutter_bt_print package
documentation
device/bluetooth_device
BluetoothDevice
BluetoothDevice.new constructor
BluetoothDevice class