withNoPromotion method

PieceType withNoPromotion()

Returns a copy of the piece type with PiecePromoOptions.none.

Implementation

PieceType withNoPromotion() => copyWith(promoOptions: PiecePromoOptions.none);