moveNumber property

int moveNumber

Implementation

int get moveNumber => fullMoves - (turn == Bishop.white ? 1 : 0);