CarteOngletsPoses top-level constant

Map<int, CarteOngletsPos> const CarteOngletsPoses

Implementation

const Map<int, CarteOngletsPos> CarteOngletsPoses = {
  0: CarteOngletsPos.CarteOngletsBottom,
  1: CarteOngletsPos.CarteOngletsTop,
  2: CarteOngletsPos.CarteOngletsLeft,
  3: CarteOngletsPos.CarteOngletsRight,
};