RoundInfo class

Annotations
  • @freezed

Constructors

RoundInfo(@protected RoundService? service, {required String code, required PlayerName playerName, GameInfo? lobby, GameState<Event, Game>? game, String? error})
const
factory

Properties

code String
no setterinherited
connected bool
no setter
copyWith → $RoundInfoCopyWith<RoundInfo>
no setterinherited
error String?
no setterinherited
game GameState<Event, Game>?
no setterinherited
gameType String?
no setter
hasError bool
no setter
hashCode int
The hash code for this object.
no setterinherited
inLobby bool
no setter
isStarted bool
no setter
lobby GameInfo?
no setterinherited
playerName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service RoundService?
no setterinherited
status GameStatus?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited