HumanLifeGame
life_stage
LifeStageEntity
encode method
encode
HumanLifeGame
life_stage
LifeStageEntity
encode method
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
encode
method
@
override
Map
<
String
,
dynamic
>
encode
(
)
override
Store に保存する形式へのエンコード
Implementation
@override Map<String, dynamic> encode() => replacingTimestamp(json: toJson());