HumanLifeGame
play_room
PlayRoomEntity
encode method
encode
HumanLifeGame
play_room
PlayRoomEntity
encode method
PlayRoomEntity class
Constructors
PlayRoomEntity
fromJson
Properties
copyWith
createdAt
currentTurnHumanId
hashCode
host
humanIds
humans
lifeRoad
runtimeType
title
updatedAt
Methods
encode
fetchHost
fetchHumans
fetchLifeRoad
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());