HumanLifeGame
service_control
ServiceControlEntity
encode method
encode
HumanLifeGame
service_control
ServiceControlEntity
encode method
ServiceControlEntity class
Constructors
ServiceControlEntity
fromJson
Properties
copyWith
createdAt
hashCode
isMaintenance
requiredMinVersion
runtimeType
updatedAt
Methods
encode
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());