BestSellersBrandView constructor

BestSellersBrandView({
  1. String? brand,
  2. String? previousRank,
  3. String? previousRelativeDemand,
  4. String? rank,
  5. String? relativeDemand,
  6. String? relativeDemandChange,
  7. String? reportCategoryId,
  8. String? reportCountryCode,
  9. Date? reportDate,
  10. String? reportGranularity,
})

Implementation

BestSellersBrandView({
  this.brand,
  this.previousRank,
  this.previousRelativeDemand,
  this.rank,
  this.relativeDemand,
  this.relativeDemandChange,
  this.reportCategoryId,
  this.reportCountryCode,
  this.reportDate,
  this.reportGranularity,
});