PackTranslation constructor

PackTranslation({
  1. Map<String, DeckTranslation> decks = const {},
  2. Map<String, FigureTranslation> figures = const {},
  3. Map<String, BackgroundTranslation> backgrounds = const {},
  4. Map<String, BoardTranslation> boards = const {},
  5. Map<String, ModeTranslation> modes = const {},
  6. Map<String, RoleTranslation> roles = const {},
  7. Map<String, PermissionTranslation> permissions = const {},
})

Implementation

PackTranslation({
  this.decks = const {},
  this.figures = const {},
  this.backgrounds = const {},
  this.boards = const {},
  this.modes = const {},
  this.roles = const {},
  this.permissions = const {},
});