GameInfo constructor

const GameInfo({
  1. Map<String, GameTeam> teams = const {},
  2. List<String> packs = const [],
  3. ItemLocation? gameMode,
  4. List<Waypoint> waypoints = const [],
})

Implementation

const GameInfo({
  this.teams = const {},
  this.packs = const [],
  this.gameMode,
  this.waypoints = const [],
});