game_scaffold_dart
server
Player
Player.fromJson factory constructor
Player.fromJson
Player.fromJson
constructor
Null safety
Player.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Player.fromJson(Map<String, dynamic> json) => _$PlayerFromJson(json);
game_scaffold_dart
server
Player
Player.fromJson factory constructor
Player class
Constructors
Player
fromJson
Properties
copyWith
hashCode
id
name
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==