Setup constructor
const
Setup({})
Creates a new Setup with the provided values.
Implementation
const Setup({
required this.board,
this.pockets,
required this.turn,
required this.castlingRights,
this.epSquare,
required this.halfmoves,
required this.fullmoves,
this.remainingChecks,
});