drawn property

bool drawn

True if the game state is any kind of draw.

Implementation

bool get drawn => result is DrawnGame;