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