ShopLiveShortformCollectionData constructor

ShopLiveShortformCollectionData({
  1. String? shortsId,
  2. String? shortsCollectionId,
  3. List<String>? tags,
  4. ShopLiveShortformTagSearchOperator? tagSearchOperator,
  5. List<String>? brands,
  6. List<String>? skus,
  7. bool shuffle = false,
  8. String? referrer,
})

Implementation

ShopLiveShortformCollectionData({
  this.shortsId,
  this.shortsCollectionId,
  this.tags,
  this.tagSearchOperator,
  this.brands,
  this.skus,
  this.shuffle = false,
  this.referrer,
});