BluetoothObject constructor

BluetoothObject({
  1. String? name,
  2. String? address,
})

Implementation

BluetoothObject({this.name, this.address});