BluetoothDevice constructor
BluetoothDevice({})
Implementation
BluetoothDevice({
required this.id,
required this.name,
required this.address,
required this.isConnected,
this.rssi,
this.serviceUuids = const [],
});