BluetoothLowEnergyRecord constructor

BluetoothLowEnergyRecord({
  1. Map<EIRType, Uint8List>? attributes,
})

Constructs a BluetoothLowEnergyRecord with optional attributes.

Implementation

BluetoothLowEnergyRecord({super.attributes});