HumanLifeGame
goal_params
GoalParams
GoalParams.fromJson factory constructor
GoalParams.fromJson
HumanLifeGame
goal_params
GoalParams
GoalParams.fromJson factory constructor
GoalParams class
Constructors
GoalParams
fromJson
Properties
copyWith
emotionCategory
hashCode
isBranch
mustStop
noticeCategories
requireDiceRoll
requireToSelectDirectionManually
runtimeType
selectableForExecution
type
Methods
itemType2NoticeCategory
noSuchMethod
toJson
toString
Operators
operator ==
GoalParams.fromJson
constructor
GoalParams.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory GoalParams.fromJson(Map<String, dynamic> json) => _$GoalParamsFromJson(json);