TrendingItems constructor
const
TrendingItems({
- String? facetName,
- String? facetValue,
- required TrendingItemsModel model,
- FallbackParams? fallbackParameters,
Returns a new TrendingItems instance.
Implementation
const TrendingItems({
this.facetName,
this.facetValue,
required this.model,
this.fallbackParameters,
});