LifeItemEntityField enum
Constants
- int → const LifeItemEntityField
-
数量
const LifeItemEntityField(2)
- key → const LifeItemEntityField
-
Item の具体的な内容を一意に識別する文字列 任意で使う
const LifeItemEntityField(1)
- type → const LifeItemEntityField
-
Item の種別
const LifeItemEntityField(0)
-
values
→ const List<
LifeItemEntityField> -
A constant List of the values in this enum, in order of their declaration.
const List<
LifeItemEntityField>
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