BluetoothDevice constructor

BluetoothDevice(
  1. DeviceIdentifier id,
  2. String name,
  3. BluetoothDeviceType type
)

Implementation

BluetoothDevice(this.id, this.name, this.type);