values constant
Implementation
static const $core.List<BarcodeFormat> values = <BarcodeFormat>[
unknown,
aztec,
code39,
code93,
ean8,
ean13,
code128,
dataMatrix,
qr,
interleaved2of5,
upce,
pdf417,
];
static const $core.List<BarcodeFormat> values = <BarcodeFormat>[
unknown,
aztec,
code39,
code93,
ean8,
ean13,
code128,
dataMatrix,
qr,
interleaved2of5,
upce,
pdf417,
];