ALL_1D_INDUSTRIAL_FORMATS constant

List<CodeFormat> const ALL_1D_INDUSTRIAL_FORMATS

One dimensional industrial code formats

Implementation

static const List<CodeFormat> ALL_1D_INDUSTRIAL_FORMATS = [
  CodeFormat.CODABAR,
  CodeFormat.CODE_39,
  CodeFormat.CODE_93,
  CodeFormat.CODE_128,
  CodeFormat.RSS_14,
  CodeFormat.RSS_EXPANDED
];