GameInfo constructor

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

Implementation

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