GameTable constructor

const GameTable({
  1. IgnoreEqualityBox<Map<VectorDefinition, TableCell>> cellsBox = const IgnoreEqualityBox({}),
  2. ItemLocation? background,
})

Implementation

const GameTable({
  this.cellsBox = const IgnoreEqualityBox({}),
  this.background,
});