oned property
List of 1D barcode formats.
Implementation
static final List<BarcodeFormat> oned = [
BarcodeFormat.CODABAR,
BarcodeFormat.CODE_11,
BarcodeFormat.CODE_25,
BarcodeFormat.CODE_32,
BarcodeFormat.CODE_39,
BarcodeFormat.CODE_93,
BarcodeFormat.CODE_128,
BarcodeFormat.DATABAR,
BarcodeFormat.DATABAR_EXPANDED,
BarcodeFormat.DATABAR_LIMITED,
BarcodeFormat.EAN_8,
BarcodeFormat.EAN_13,
BarcodeFormat.IATA_2_OF_5,
BarcodeFormat.INDUSTRIAL_2_OF_5,
BarcodeFormat.ITF,
BarcodeFormat.MSI_PLESSEY,
BarcodeFormat.PHARMA_CODE,
BarcodeFormat.PZN_7,
BarcodeFormat.PZN_8,
BarcodeFormat.UPC_A,
BarcodeFormat.UPC_E
];