ALL_1D_PRODUCT_FORMATS constant

List<CodeFormat> const ALL_1D_PRODUCT_FORMATS

One dimensional product code formats

Implementation

static const List<CodeFormat> ALL_1D_PRODUCT_FORMATS = [
  CodeFormat.EAN_8,
  CodeFormat.EAN_13,
  CodeFormat.UPC_A,
  CodeFormat.UPC_E,
];