HumanLifeGame
life_road
LifeRoadEntity
encode method
encode
HumanLifeGame
life_road
LifeRoadEntity
encode method
LifeRoadEntity class
Constructors
LifeRoadEntity
fromJson
Properties
author
copyWith
createdAt
hashCode
height
lifeEvents
lifeStepsOnBoard
runtimeType
start
title
updatedAt
width
Methods
dump
encode
getPosition
getStepEntity
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
createLifeStepsOnBoard
decode
dummyLifeEvents
encode
method
@
override
Map
<
String
,
dynamic
>
encode
(
)
override
Store に保存する形式へのエンコード
Implementation
@override Map<String, dynamic> encode() => replacingTimestamp(json: toJson());