BluetoothEasyPairingRecord constructor
Constructs a BluetoothEasyPairingRecord with optional address and attributes.
Implementation
BluetoothEasyPairingRecord({
this.address,
super.attributes,
});
Constructs a BluetoothEasyPairingRecord with optional address and attributes.
BluetoothEasyPairingRecord({
this.address,
super.attributes,
});