BarcodeElement

data class BarcodeElement(val key: BarcodeElementKey, val value: String)

Represents the element in the barcode.

Constructors

Link copied to clipboard
constructor(key: BarcodeElementKey, value: String)

Properties

Link copied to clipboard

The key of the barcode element.

Link copied to clipboard

The value of the barcode element.