Board constructor
const
Board({})
Implementation
const Board({
required this.occupied,
required this.promoted,
required this.white,
required this.black,
required this.pawns,
required this.knights,
required this.bishops,
required this.rooks,
required this.queens,
required this.kings,
});