interleaved2of5 constant

BarcodeFormat const interleaved2of5

Implementation

static const BarcodeFormat interleaved2of5 = BarcodeFormat._(
    9,
    $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'interleaved2of5');