BluetoothLowEnergyRecord constructor

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

Implementation

BluetoothLowEnergyRecord({Map<EIRType, Uint8List>? attributes})
    : super(attributes: attributes);