BluetoothDevice constructor

BluetoothDevice(
  1. String? name,
  2. String? address
)

Implementation

BluetoothDevice(this.name, this.address);