Product constructor

Product({
  1. AutomatedDiscounts? automatedDiscounts,
  2. String? contentLanguage,
  3. List<CustomAttribute>? customAttributes,
  4. String? dataSource,
  5. String? feedLabel,
  6. bool? legacyLocal,
  7. String? name,
  8. String? offerId,
  9. ProductAttributes? productAttributes,
  10. ProductStatus? productStatus,
  11. String? versionNumber,
})

Implementation

Product({
  this.automatedDiscounts,
  this.contentLanguage,
  this.customAttributes,
  this.dataSource,
  this.feedLabel,
  this.legacyLocal,
  this.name,
  this.offerId,
  this.productAttributes,
  this.productStatus,
  this.versionNumber,
});