/// ε½“ε‰ηŠΆζ€ class GameStatus { GameStatus({ this.adds, this.moves, this.scores, this.total, this.end, }); int scores; int total; int adds; int moves; bool end; }