GameTeam constructor
- String description = '',
- TeamColor? color,
- Set<
GlobalVectorDefinition> claimedCells = const {},
Implementation
GameTeam({
this.description = '',
this.color,
this.claimedCells = const {},
});
GameTeam({
this.description = '',
this.color,
this.claimedCells = const {},
});