SelfCheckType enum

リハビリ運動 セルフチェックリスト

Inheritance

Constructors

SelfCheckType(String displayName)
const

Values

heavy → const SelfCheckType
SelfCheckType('体がだるい')
fever → const SelfCheckType
SelfCheckType('熱がある')
lossOfAppetite → const SelfCheckType
SelfCheckType('食欲がない')
tinnitus → const SelfCheckType
SelfCheckType('耳鳴りがする')
legPain → const SelfCheckType
SelfCheckType('二日酔いで体調が悪い')
hangover → const SelfCheckType
SelfCheckType('足腰の痛みが強い')
overwork → const SelfCheckType
SelfCheckType('過労気味で体調が悪い')
headache → const SelfCheckType
SelfCheckType('頭痛やめまいがする')
nausea → const SelfCheckType
SelfCheckType('吐き気がある、気分が悪い')
abdominalPain → const SelfCheckType
SelfCheckType('下痢や便秘をして腹痛がある')
palpitations → const SelfCheckType
SelfCheckType('少し動いただけで息切れや動悸がする')
cough → const SelfCheckType
SelfCheckType('咳やたんが出て、風邪気味である')
heatstroke → const SelfCheckType
SelfCheckType('(夏季)熱中症警報が出ている')
lackOfSleep → const SelfCheckType
SelfCheckType('睡眠不足で体調が悪い')
chestPain → const SelfCheckType
SelfCheckType('胸が痛い')
notApply → const SelfCheckType
SelfCheckType('全て当てはまらない')

Properties

displayName String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SelfCheckType>
A constant List of the values in this enum, in order of their declaration.