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