BluetoothRecord constructor
Constructs a BluetoothRecord with optional attributes.
Implementation
BluetoothRecord({Map<EIRType, Uint8List>? attributes}) {
this.attributes = attributes ?? <EIRType, Uint8List>{};
}
Constructs a BluetoothRecord with optional attributes.
BluetoothRecord({Map<EIRType, Uint8List>? attributes}) {
this.attributes = attributes ?? <EIRType, Uint8List>{};
}