toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final bestSellersBrandView = this.bestSellersBrandView;
final bestSellersProductClusterView = this.bestSellersProductClusterView;
final competitiveVisibilityBenchmarkView =
this.competitiveVisibilityBenchmarkView;
final competitiveVisibilityCompetitorView =
this.competitiveVisibilityCompetitorView;
final competitiveVisibilityTopMerchantView =
this.competitiveVisibilityTopMerchantView;
final nonProductPerformanceView = this.nonProductPerformanceView;
final priceCompetitivenessProductView =
this.priceCompetitivenessProductView;
final priceInsightsProductView = this.priceInsightsProductView;
final productPerformanceView = this.productPerformanceView;
final productView = this.productView;
return {
'bestSellersBrandView': ?bestSellersBrandView,
'bestSellersProductClusterView': ?bestSellersProductClusterView,
'competitiveVisibilityBenchmarkView': ?competitiveVisibilityBenchmarkView,
'competitiveVisibilityCompetitorView':
?competitiveVisibilityCompetitorView,
'competitiveVisibilityTopMerchantView':
?competitiveVisibilityTopMerchantView,
'nonProductPerformanceView': ?nonProductPerformanceView,
'priceCompetitivenessProductView': ?priceCompetitivenessProductView,
'priceInsightsProductView': ?priceInsightsProductView,
'productPerformanceView': ?productPerformanceView,
'productView': ?productView,
};
}