BestSellersProductClusterView constructor

BestSellersProductClusterView({
  1. String? brand,
  2. String? brandInventoryStatus,
  3. String? categoryL1,
  4. String? categoryL2,
  5. String? categoryL3,
  6. String? categoryL4,
  7. String? categoryL5,
  8. String? inventoryStatus,
  9. String? previousRank,
  10. String? previousRelativeDemand,
  11. String? rank,
  12. String? relativeDemand,
  13. String? relativeDemandChange,
  14. String? reportCategoryId,
  15. String? reportCountryCode,
  16. Date? reportDate,
  17. String? reportGranularity,
  18. String? title,
  19. List<String>? variantGtins,
})

Implementation

BestSellersProductClusterView({
  this.brand,
  this.brandInventoryStatus,
  this.categoryL1,
  this.categoryL2,
  this.categoryL3,
  this.categoryL4,
  this.categoryL5,
  this.inventoryStatus,
  this.previousRank,
  this.previousRelativeDemand,
  this.rank,
  this.relativeDemand,
  this.relativeDemandChange,
  this.reportCategoryId,
  this.reportCountryCode,
  this.reportDate,
  this.reportGranularity,
  this.title,
  this.variantGtins,
});