BluetoothAdapterInfo constructor

BluetoothAdapterInfo({
  1. String? address,
  2. int? numConnectedDevices,
})

Implementation

BluetoothAdapterInfo({this.address, this.numConnectedDevices});