RecommendModels enum
Values
-
const RecommendModels(r'related-products')
- boughtTogether → const RecommendModels
-
const RecommendModels(r'bought-together')
- trendingFacets → const RecommendModels
-
const RecommendModels(r'trending-facets')
- trendingItems → const RecommendModels
-
const RecommendModels(r'trending-items')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → RecommendModels
Constants
-
values
→ const List<
RecommendModels> - A constant List of the values in this enum, in order of their declaration.