gameStarted property
bool
get
gameStarted
Get if the game session has started.
Implementation
bool get gameStarted => this is RoomDataGameState;
Get if the game session has started.
bool get gameStarted => this is RoomDataGameState;