TrendingItems constructor

const TrendingItems({
  1. String? facetName,
  2. String? facetValue,
  3. required TrendingItemsModel model,
  4. FallbackParams? fallbackParameters,
})

Returns a new TrendingItems instance.

Implementation

const TrendingItems({
  this.facetName,
  this.facetValue,
  required this.model,
  this.fallbackParameters,
});