PieceType.bishop constructor

PieceType.bishop()

Implementation

factory PieceType.bishop() => PieceType.fromBetza('B', value: 300);