NothingParams class
- Inheritance
- Object
- LifeEventParams
- NothingParams
- Annotations
Constructors
- NothingParams({@Default(LifeEventType.nothing) LifeEventType type})
-
constfactory
-
NothingParams.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $NothingParamsCopyWith<
NothingParams> -
read-only, inherited
- emotionCategory → LifeEventEmotionCategory
-
感情の Category を取得する
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isBranch → bool
-
分岐かどうか
read-only, inherited
- mustStop → bool
-
止まることを強制されるかどうか
現状は、ユーザアクションを伴う分岐時のみ
read-only, inherited
-
noticeCategories
→ List<
LifeEventNoticeCategory> -
read-only, inherited
- requireDiceRoll → bool
-
サイコロを振るアクションを求めるかどうか
read-only, inherited
- requireToSelectDirectionManually → bool
-
方向選択のアクションを求めるかどうか
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selectableForExecution → bool
-
実行が選択制かどうか
read-only, inherited
- type → LifeEventType
-
read-only, inherited
Methods
-
itemType2NoticeCategory(
LifeItemType type) → LifeEventNoticeCategory -
@visibleForTesting, inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited