LifeEventEmotionCategory enum
Event が対象者にもたらす感情カテゴリ
Constants
- challenge → const LifeEventEmotionCategory
-
恩恵を受けるか損害を受けるかが不定な種類の Event を指す
const LifeEventEmotionCategory(3)
- negative → const LifeEventEmotionCategory
-
損害を受ける種類の Event を指す
const LifeEventEmotionCategory(1)
- normal → const LifeEventEmotionCategory
-
特に何の恩恵も損害も受けない種類の Event を指す
const LifeEventEmotionCategory(2)
- positive → const LifeEventEmotionCategory
-
恩恵を受ける種類の Event を指す
const LifeEventEmotionCategory(0)
-
values
→ const List<
LifeEventEmotionCategory> -
A constant List of the values in this enum, in order of their declaration.
const List<
LifeEventEmotionCategory>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited