BranchProductCategory enum
Values
- ANIMALS_AND_PET_SUPPLIES → const BranchProductCategory
- APPAREL_AND_ACCESSORIES → const BranchProductCategory
- ARTS_AND_ENTERTAINMENT → const BranchProductCategory
- BABY_AND_TODDLER → const BranchProductCategory
- BUSINESS_AND_INDUSTRIAL → const BranchProductCategory
- CAMERAS_AND_OPTICS → const BranchProductCategory
- ELECTRONICS → const BranchProductCategory
- FOOD_BEVERAGES_AND_TOBACCO → const BranchProductCategory
- FURNITURE → const BranchProductCategory
- HARDWARE → const BranchProductCategory
- HEALTH_AND_BEAUTY → const BranchProductCategory
- HOME_AND_GARDEN → const BranchProductCategory
- LUGGAGE_AND_BAGS → const BranchProductCategory
- MATURE → const BranchProductCategory
- MEDIA → const BranchProductCategory
- OFFICE_SUPPLIES → const BranchProductCategory
- RELIGIOUS_AND_CEREMONIAL → const BranchProductCategory
- SOFTWARE → const BranchProductCategory
- SPORTING_GOODS → const BranchProductCategory
- TOYS_AND_GAMES → const BranchProductCategory
- VEHICLES_AND_PARTS → const BranchProductCategory
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<
BranchProductCategory> - A constant List of the values in this enum, in order of their declaration.