game_scaffold_dart
server
GameOrError
<
G extends Game<
Event
>
>
isGame property
isGame
isGame
property
Null safety
bool
isGame
Returns whether this instance is a game
Implementation
bool get isGame => this is GameValue;
game_scaffold_dart
server
GameOrError
<
G extends Game<
Event
>
>
isGame property
GameOrError class
Constructors
error
fromJson
game
Properties
error
errorString
hashCode
isError
isGame
runtimeType
value
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==