gameStarted property

bool get gameStarted

Get if the game session has started.

Implementation

bool get gameStarted => this is RoomDataGameState;