boards method
- VectorDefinition cell,
- List<
ItemLocation> assets
Implementation
BoardsSpawnRequest boards(VectorDefinition cell, List<ItemLocation> assets) =>
copyWith(
assets: {
...this.assets,
cell: [...this.assets[cell] ?? [], ...assets],
},
);