PAWN_OFFSETS constant Null safety
Implementation
static const Map<Color, List<int>> PAWN_OFFSETS = {
BLACK: [16, 32, 17, 15],
WHITE: [-16, -32, -17, -15]
};
static const Map<Color, List<int>> PAWN_OFFSETS = {
BLACK: [16, 32, 17, 15],
WHITE: [-16, -32, -17, -15]
};