ShopLiveShortformProductData constructor

ShopLiveShortformProductData({
  1. String? brand,
  2. String? currency,
  3. String? description,
  4. double? discountPrice,
  5. double? discountRate,
  6. String? imageUrl,
  7. String? name,
  8. double? originalPrice,
  9. String? productId,
  10. bool? showPrice,
  11. String? sku,
  12. String? stockStatus,
  13. String? url,
})

Implementation

ShopLiveShortformProductData({
  this.brand,
  this.currency,
  this.description,
  this.discountPrice,
  this.discountRate,
  this.imageUrl,
  this.name,
  this.originalPrice,
  this.productId,
  this.showPrice,
  this.sku,
  this.stockStatus,
  this.url,
});