BluetoothRecord constructor

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

Implementation

BluetoothRecord({Map<EIRType, Uint8List>? attributes}) {
  this.attributes = attributes ?? <EIRType, Uint8List>{};
}