ProductDetailBody constructor

ProductDetailBody({
  1. ProductDetailDetailBody? detail,
  2. bool? isActive,
  3. bool? showInList,
  4. bool? showInHot,
  5. bool? showInHome,
  6. int? sortIndex,
  7. String? modelCode,
  8. String? hsCode,
  9. String? variant1Id,
  10. String? variant2Id,
  11. List<ProductDetailSectionBody>? sections,
  12. List<String>? tags,
  13. List<String>? features,
  14. List<String>? photos,
  15. List<ProductDetailPriceBody>? prices,
  16. List<ProductDetailStockBody>? stocks,
  17. List<String>? sides,
  18. List<String>? catalogs,
})

Implementation

ProductDetailBody({
  this.detail,
  this.isActive,
  this.showInList,
  this.showInHot,
  this.showInHome,
  this.sortIndex,
  this.modelCode,
  this.hsCode,
  this.variant1Id,
  this.variant2Id,
  this.sections,
  this.tags,
  this.features,
  this.photos,
  this.prices,
  this.stocks,
  this.sides,
  this.catalogs,
});