menu
kataglyphis_inference_engine
Pages/DataPage/GamesPage/game.dart
Game
Game.new constructor
Game.new
dark_mode
light_mode
Game
constructor
Game
(
{
required
String
title
,
required
String
developer
,
required
String
comment
,
})
Implementation
Game({ required this.title, required this.developer, required this.comment, });
kataglyphis_inference_engine
game
Game
Game.new constructor
Game class