BluetoothDevice constructor

BluetoothDevice({
  1. String? deviceId,
  2. String? deviceName,
})

Constructor BluetoothDevice

Implementation

BluetoothDevice({this.deviceId, this.deviceName});