LifeEventEntityField enum
Constants
- description → const LifeEventEntityField
-
Event の自由説明文
const LifeEventEntityField(2)
- params → const LifeEventEntityField
-
Event 実行時のパラメータ
type によって中身は異なる
const LifeEventEntityField(3)
- target → const LifeEventEntityField
-
Event の対象
const LifeEventEntityField(1)
- type → const LifeEventEntityField
-
Event の種別
const LifeEventEntityField(0)
-
values
→ const List<
LifeEventEntityField> -
A constant List of the values in this enum, in order of their declaration.
const List<
LifeEventEntityField>
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