BestSellers constructor

BestSellers({
  1. String? categoryId,
  2. String? countryCode,
  3. String? previousRank,
  4. String? previousRelativeDemand,
  5. String? rank,
  6. String? relativeDemand,
  7. String? relativeDemandChange,
  8. Date? reportDate,
  9. String? reportGranularity,
})

Implementation

BestSellers({
  this.categoryId,
  this.countryCode,
  this.previousRank,
  this.previousRelativeDemand,
  this.rank,
  this.relativeDemand,
  this.relativeDemandChange,
  this.reportDate,
  this.reportGranularity,
});