Game constructor
Game({})
Implementation
Game({
super.extra,
super.client_id,
this.id,
this.short_name,
this.title,
this.text,
this.description,
this.photo,
this.animation,
});
Game({
super.extra,
super.client_id,
this.id,
this.short_name,
this.title,
this.text,
this.description,
this.photo,
this.animation,
});