Game constructor
Game({})
Implementation
Game({
required this.id,
required this.shortName,
required this.title,
this.text,
required this.description,
this.photo,
this.animation,
});
Game({
required this.id,
required this.shortName,
required this.title,
this.text,
required this.description,
this.photo,
this.animation,
});