allBarcodeTypes top-level constant

List<BarcodeFormat> const allBarcodeTypes

Implementation

const allBarcodeTypes = [
  BarcodeFormat.AZTEC,
  BarcodeFormat.CODABAR,
  BarcodeFormat.CODE_25,
  BarcodeFormat.CODE_39,
  BarcodeFormat.CODE_93,
  BarcodeFormat.CODE_128,
  BarcodeFormat.DATA_MATRIX,
  BarcodeFormat.EAN_8,
  BarcodeFormat.EAN_13,
  BarcodeFormat.ITF,
  BarcodeFormat.PDF_417,
  BarcodeFormat.QR_CODE,
  BarcodeFormat.DATABAR,
  BarcodeFormat.DATABAR_EXPANDED,
  BarcodeFormat.UPC_A,
  BarcodeFormat.UPC_E,
  BarcodeFormat.MSI_PLESSEY,
  BarcodeFormat.IATA_2_OF_5,
  BarcodeFormat.INDUSTRIAL_2_OF_5,
  BarcodeFormat.MICRO_QR_CODE,
  BarcodeFormat.USPS_INTELLIGENT_MAIL,
  BarcodeFormat.ROYAL_MAIL,
  BarcodeFormat.JAPAN_POST,
  BarcodeFormat.ROYAL_TNT_POST,
  BarcodeFormat.AUSTRALIA_POST,
  BarcodeFormat.DATABAR_LIMITED,
  BarcodeFormat.GS1_COMPOSITE,
  BarcodeFormat.MICRO_PDF_417
];