GAMES top-level constant

Map<Game, String> const GAMES

Implementation

const Map<Game, String> GAMES = {
  Game.LegendsOfRuneterra: 'lor',
  Game.Valorant: 'val',
};