ALL_1D_FORMATS constant
One dimensional code formats
Implementation
static const List<CodeFormat> ALL_1D_FORMATS = [
CodeFormat.CODABAR,
CodeFormat.CODE_39,
CodeFormat.CODE_93,
CodeFormat.CODE_128,
CodeFormat.EAN_8,
CodeFormat.EAN_13,
CodeFormat.RSS_14,
CodeFormat.RSS_EXPANDED,
CodeFormat.UPC_A,
CodeFormat.UPC_E,
];