fixedPieces property

List<String>? fixedPieces
final

A list of the piece types that should be fixed in the hand. These will always be present in the hand, in dulled form, even if there are no pieces of their type available.

Implementation

final List<String>? fixedPieces;