promotable method

PieceType promotable()

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

Implementation

PieceType promotable() =>
    copyWith(promoOptions: PiecePromoOptions.promotable);