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