Product constructor

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

Implementation

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