TrendingItemsModel enum
Trending items model. Trending items are determined from the number of conversion events collected on them.
Values
- trendingItems → const TrendingItemsModel
-
const TrendingItemsModel(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) → TrendingItemsModel
Constants
-
values
→ const List<
TrendingItemsModel> - A constant List of the values in this enum, in order of their declaration.