PlayRoomEntityField enum
Constants
- currentTurnHumanId → const PlayRoomEntityField
-
現在手番の human id
const PlayRoomEntityField(6)
- everyLifeEventRecords → const PlayRoomEntityField
-
参加者全員の LifeEvent 履歴
const PlayRoomEntityField(4)
- host → const PlayRoomEntityField
-
主催者(user)
const PlayRoomEntityField(0)
- humans → const PlayRoomEntityField
-
人生を歩む参加者(human)
const PlayRoomEntityField(2)
- lifeRoad → const PlayRoomEntityField
-
歩む対象となる人生
const PlayRoomEntityField(3)
- lifeStages → const PlayRoomEntityField
-
参加者それぞれの人生の進捗
const PlayRoomEntityField(5)
- title → const PlayRoomEntityField
-
部屋のタイトル
const PlayRoomEntityField(1)
-
values
→ const List<
PlayRoomEntityField> -
A constant List of the values in this enum, in order of their declaration.
const List<
PlayRoomEntityField>
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