BluetoothDevice constructor

BluetoothDevice(
  1. String? name,
  2. String uuid,
  3. bool isConnected, {
  4. Stream<List<int>>? stream,
})

Implementation

BluetoothDevice(this.name, this.uuid, this.isConnected, {this.stream});