OrderState class
PREPARING- Preparing *ESTIMATING- Estimating *READY_TO_PAY- Ready to pay *IN_PROGRESS- In Progress *IN_REVIEW- In Review *FINISHED- Finished *RAGE_QUIT- Rage Quit
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → OrderState? -
listFromJson(
dynamic json, {bool growable = false}) → List< OrderState>
Constants
- ESTIMATING → const OrderState
- FINISHED → const OrderState
- IN_PROGRESS → const OrderState
- IN_REVIEW → const OrderState
- PREPARING → const OrderState
- RAGE_QUIT → const OrderState
- READY_TO_PAY → const OrderState
-
values
→ const List<
OrderState> - List of all possible values in this OrderState.