Status constructor
const
Status({})
Implementation
const Status({
required this.game,
required this.round,
required this.turn,
required this.hand,
required this.floor,
required this.seed,
});
const Status({
required this.game,
required this.round,
required this.turn,
required this.hand,
required this.floor,
required this.seed,
});