TagProduct enum
- Inheritance
- Mixed-in types
- Available extensions
Values
- product → const TagProduct
-
const TagProduct("محصول", "Product", 101)
- content → const TagProduct
-
const TagProduct("کیس", "Case", 102)
- blog → const TagProduct
-
const TagProduct("کیس", "Case", 103)
- case_ → const TagProduct
-
const TagProduct("کیس", "Case", 104)
- new_ → const TagProduct
-
const TagProduct("جدید", "New", 201)
- kindOfNew → const TagProduct
-
const TagProduct("نو", "Kind of New", 202)
- used → const TagProduct
-
const TagProduct("دست دوم", "Used", 203)
- released → const TagProduct
-
const TagProduct("منتشر شده", "Released", 301)
- expired → const TagProduct
-
const TagProduct("منقضی شده", "Expired", 302)
- inQueue → const TagProduct
-
const TagProduct("در حال بررسی", "In Queue", 303)
- deleted → const TagProduct
-
const TagProduct("حذف شده", "Deleted", 304)
- notAccepted → const TagProduct
-
const TagProduct("تایید نشده", "Not Accepted", 305)
- awaitingPayment → const TagProduct
-
const TagProduct("در انتظار پرداخت", "Awaiting Payment", 306)
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 - number → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleEn → String
-
final
- titleFa → 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TagProduct> - A constant List of the values in this enum, in order of their declaration.