errLevels top-level constant

Map<ErrLevel, int> const errLevels

Mapping of QR error correction levels to their respective values.

Implementation

const errLevels = {
  ErrLevel.L: 48,
  ErrLevel.M: 49,
  ErrLevel.Q: 50,
  ErrLevel.H: 51,
};