ALL_1D_PRODUCT_FORMATS constant
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,
];
One dimensional product code formats
static const List<CodeFormat> ALL_1D_PRODUCT_FORMATS = [
CodeFormat.EAN_8,
CodeFormat.EAN_13,
CodeFormat.UPC_A,
CodeFormat.UPC_E,
];