OrderStatus enum
Values
- pending → const OrderStatus
-
const OrderStatus("Pending", "در انتظار", 100)
- canceled → const OrderStatus
-
const OrderStatus("Canceled", "لغو شده", 101)
- paid → const OrderStatus
-
const OrderStatus("Paid", "پرداخت شده", 102)
- accept → const OrderStatus
-
const OrderStatus("Accept", "قبول شده", 103)
- reject → const OrderStatus
-
const OrderStatus("Reject", "رد شده", 104)
- inProgress → const OrderStatus
-
const OrderStatus("InProgress", "در حال انجام", 105)
- inProcess → const OrderStatus
-
const OrderStatus("InProcess", "در حال انجام", 106)
- shipping → const OrderStatus
-
const OrderStatus("Shipping", "در حال ارسال", 107)
- refund → const OrderStatus
-
const OrderStatus("Refund", "بازپرداخت", 108)
- refundComplete → const OrderStatus
-
const OrderStatus("RefundComplete", "بازپرداخت کامل", 109)
- complete → const OrderStatus
-
const OrderStatus("Complete", "تکمیل شده", 110)
- paidFail → const OrderStatus
-
const OrderStatus("PaidFail", "پرداخت ناموفق", 112)
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
- status → int
-
final
- title → String
-
final
- titleTr1 → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
OrderStatus> - A constant List of the values in this enum, in order of their declaration.