HumanLifeGame
user
UserEntity
UserEntity.fromJson factory constructor
UserEntity.fromJson
HumanLifeGame
user
UserEntity
UserEntity.fromJson factory constructor
UserEntity class
Constructors
UserEntity
fromJson
Properties
copyWith
createdAt
displayName
hashCode
joinPlayRoom
runtimeType
uid
updatedAt
Methods
encode
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
decode
UserEntity.fromJson
constructor
UserEntity.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory UserEntity.fromJson(Map<String, dynamic> json) => _$UserEntityFromJson(json);