rotateLevels top-level constant

Map<QRCodeRotate, int> const rotateLevels

Implementation

const rotateLevels = {
  QRCodeRotate.rotate0: 0,
  QRCodeRotate.rotate90: 90,
  QRCodeRotate.rotate180: 180,
  QRCodeRotate.rotate270: 270,
  QRCodeRotate.rotate360: 360,
};