BluetoothEasyPairingRecord constructor

BluetoothEasyPairingRecord({
  1. EPAddress? address,
  2. Map<EIRType, Uint8List>? attributes,
})

Constructs a BluetoothEasyPairingRecord with optional address and attributes.

Implementation

BluetoothEasyPairingRecord({
  this.address,
  super.attributes,
});