LifeItemType enum
アイテム種別
Constants
- carInsurance → const LifeItemType
-
自動車保険
const LifeItemType(11)
- childBoy → const LifeItemType
-
子供(男の子)
const LifeItemType(7)
- childGirl → const LifeItemType
-
子供(女の子)
const LifeItemType(6)
- coffee → const LifeItemType
-
コーヒー
特殊アイテム. 所有している場合、強制的に消費して「1回休み」をくらう.
const LifeItemType(12)
- earthquakeInsurance → const LifeItemType
-
地震保険
const LifeItemType(10)
- fireInsurance → const LifeItemType
-
火災保険
const LifeItemType(8)
- house → const LifeItemType
-
家
const LifeItemType(3)
- job → const LifeItemType
-
職業
詳細は key 文字列で表現する.
const LifeItemType(0)
- lifeInsurance → const LifeItemType
-
生命保険
const LifeItemType(9)
- money → const LifeItemType
-
金
const LifeItemType(4)
- spouse → const LifeItemType
-
配偶者
const LifeItemType(2)
- stock → const LifeItemType
-
株
const LifeItemType(1)
-
values
→ const List<
LifeItemType> -
A constant List of the values in this enum, in order of their declaration.
const List<
LifeItemType> - vehicle → const LifeItemType
-
乗り物
const LifeItemType(5)
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