Game constructor
const
Game({})
Constructs a Game object
Implementation
const Game({
required this.title,
required this.description,
required this.photo,
this.text,
this.textEntities,
this.animation,
});
Constructs a Game object
const Game({
required this.title,
required this.description,
required this.photo,
this.text,
this.textEntities,
this.animation,
});