Game constructor
const
Game({})
Describes a game. Use getInternalLink with internalLinkTypeGame to share the game
Implementation
const Game({
required this.id,
required this.shortName,
required this.title,
required this.text,
required this.description,
required this.photo,
this.animation,
});