BluetoothEasyPairingRecord constructor

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

Implementation

BluetoothEasyPairingRecord(
    {this.address, Map<EIRType, Uint8List>? attributes})
    : super(attributes: attributes);