pieceTypes property

Map<String, PieceType> pieceTypes

The pieces to be used in this variant, in the form symbol: pieceType. Symbols are single uppercase letters, such as 'P' (pawn) or 'N' (knight).

Implementation

Map<String, PieceType> get pieceTypes => data.pieceTypes;