HumanLifeGame
life_item
LifeItemEntity
LifeItemEntity.fromJson factory constructor
LifeItemEntity.fromJson
HumanLifeGame
life_item
LifeItemEntity
LifeItemEntity.fromJson factory constructor
LifeItemEntity class
Constructors
LifeItemEntity
fromJson
Properties
amount
copyWith
hashCode
key
runtimeType
type
Methods
equalToTarget
noSuchMethod
toJson
toString
Operators
operator ==
LifeItemEntity.fromJson
constructor
LifeItemEntity.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory LifeItemEntity.fromJson(Map<String, dynamic> json) => _$LifeItemEntityFromJson(json);