GameProperty constructor
Implementation
const GameProperty({
this.description = '',
this.maxPlayers,
this.currentPlayers = 0,
this.packsSignature = const {},
});
const GameProperty({
this.description = '',
this.maxPlayers,
this.currentPlayers = 0,
this.packsSignature = const {},
});