MealStatusType enum
현재 학생의 급식 상태 열거형
Values
- onTime → const MealStatusType
-
입장 가능 / 정상 체크인 완료
- tardy → const MealStatusType
-
지각 상태
- empty → const MealStatusType
-
비어있음
- early → const MealStatusType
-
입장 불가능
- beforeLunch → const MealStatusType
-
점심 요리 중
- beforeDinner → const MealStatusType
-
저녁 요리 중
- afterDinner → const MealStatusType
-
저녁 급식 배식 완료
- certified → const MealStatusType
-
인증됨 - 선/후밥
- waiting → const MealStatusType
-
선/후밥 신청 대기중
- rejected → const MealStatusType
-
선/후밥 신청 거부됨
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
MealStatusType> - A constant List of the values in this enum, in order of their declaration.