GameInfo constructor

const GameInfo({
  1. Map<String, GameTeam> teams = const {},
  2. List<String> packs = const [],
})

Implementation

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