MealCancelStatusType enum

급식 취소 신청 상태 열거형

Inheritance

Constructors

MealCancelStatusType()
const

Values

teacherWaiting → const MealCancelStatusType

1차 승인(담임선생님) 대기 중

aramarkWaiting → const MealCancelStatusType

2차 승인(급식실) 대기 중

approve → const MealCancelStatusType

최종 승인됨

reject → const MealCancelStatusType

신청 거부됨

etc → const MealCancelStatusType

기타

Properties

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<MealCancelStatusType>
A constant List of the values in this enum, in order of their declaration.