Piece constructor

Piece(
  1. {required bool isWhite}
)

Implementation

Piece({required this.isWhite});