HumanLifeGame
life_stage
LifeStageEntity
LifeStageEntity.fromJson factory constructor
LifeStageEntity.fromJson
HumanLifeGame
life_stage
LifeStageEntity
LifeStageEntity.fromJson factory constructor
LifeStageEntity class
Constructors
LifeStageEntity
fromJson
Properties
copyWith
createdAt
currentLifeStepId
hashCode
human
items
possession
runtimeType
updatedAt
Methods
encode
fetchHuman
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
decode
LifeStageEntity.fromJson
constructor
LifeStageEntity.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory LifeStageEntity.fromJson(Map<String, dynamic> json) => _$LifeStageEntityFromJson(json);