LifeEventNoticeCategory enum

Event の注記としてのカテゴリ

Constants

child → const LifeEventNoticeCategory

子供

const LifeEventNoticeCategory(6)
coffee → const LifeEventNoticeCategory

1回休み

const LifeEventNoticeCategory(8)
exchange → const LifeEventNoticeCategory

アイテムの交換

const LifeEventNoticeCategory(9)
house → const LifeEventNoticeCategory

const LifeEventNoticeCategory(3)
insurance → const LifeEventNoticeCategory

保険

const LifeEventNoticeCategory(7)
job → const LifeEventNoticeCategory

職業

const LifeEventNoticeCategory(0)
money → const LifeEventNoticeCategory

const LifeEventNoticeCategory(4)
nothing → const LifeEventNoticeCategory

案内なし

const LifeEventNoticeCategory(11)
selectDirection → const LifeEventNoticeCategory

方向選択

const LifeEventNoticeCategory(10)
spouse → const LifeEventNoticeCategory

配偶者

const LifeEventNoticeCategory(2)
stock → const LifeEventNoticeCategory

const LifeEventNoticeCategory(1)
values → const List<LifeEventNoticeCategory>

A constant List of the values in this enum, in order of their declaration.

const List<LifeEventNoticeCategory>
vehicle → const LifeEventNoticeCategory

乗り物

const LifeEventNoticeCategory(5)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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