HumanLifeGame
life_event
LifeEventEntity
<
T extends LifeEventParams
>
LifeEventEntity.fromJson factory constructor
LifeEventEntity.fromJson
HumanLifeGame
life_event
LifeEventEntity
<
T extends LifeEventParams
>
LifeEventEntity.fromJson factory constructor
LifeEventEntity class
Constructors
LifeEventEntity
fromJson
Properties
copyWith
description
emotionCategory
hashCode
infoCategories
isBranch
mustStop
params
requireDiceRoll
requireToSelectDirectionManually
runtimeType
selectableForExecution
target
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==
LifeEventEntity<
T extends LifeEventParams
>.fromJson
constructor
LifeEventEntity<
T extends LifeEventParams
>.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory LifeEventEntity.fromJson(Map<String, dynamic> json) => _$LifeEventEntityFromJson<T>(json);