isWhite property

bool isWhite

Returns true if this piece is white.

Implementation

bool get isWhite => color == PieceColor.white;