codabarLen constant

Map<int, int> const codabarLen

Implementation

static const Map<int, int> codabarLen = <int, int>{
  0x30: 9,
  0x31: 9,
  0x34: 9,
  0x35: 9,
  0x32: 9,
  0x2d: 9,
  0x24: 9,
  0x39: 9,
  0x36: 9,
  0x37: 9,
  0x38: 9,
  0x33: 9,
  0x2e: 10,
  0x2f: 10,
  0x3a: 10,
  0x2b: 10,
  0x43: 10,
  0x44: 10,
  0x41: 10,
  0x42: 10,
};