game_scaffold_dart
server
GameInfo
GameInfo.fromJson factory constructor
GameInfo.fromJson
GameInfo.fromJson
constructor
Null safety
GameInfo.fromJson
(
Map
<
String
,
dynamic
>
map
)
Implementation
factory GameInfo.fromJson(Map<String, dynamic> map) => _$GameInfoFromJson(map);
game_scaffold_dart
server
GameInfo
GameInfo.fromJson factory constructor
GameInfo class
Constructors
GameInfo
fromJson
Properties
copyWith
creator
gameId
gameType
hashCode
player
players
runtimeType
status
Methods
noSuchMethod
toJson
toString
Operators
operator ==