game_scaffold_dart
server
GenericGame
roundOver property
roundOver
roundOver
property
Null safety
bool
roundOver
Gets whether the round is over
Implementation
bool get roundOver => status == GameStatus.BetweenRounds;
game_scaffold_dart
server
GenericGame
roundOver property
GenericGame class
Constructors
GenericGame
fromJson
start
startRandom
Properties
allRoundScores
copyWith
currentPlayer
currentPlayerIndex
gameOver
hashCode
isMultiPly
isSimultaneousAction
messages
playerRoundScores
players
readyPlayers
round
roundOver
roundPlayerScores
runtimeType
status
time
totalScores
Methods
addMessage
addReadyPlayer
clearReadyPlayers
finishRound
nextPlayer
noSuchMethod
setNextPlayer
shufflePlayers
toJson
toString
updateScores
updateStatus
updateTime
Operators
operator ==