CssProduct constructor

CssProduct({
  1. Attributes? attributes,
  2. String? contentLanguage,
  3. CssProductStatus? cssProductStatus,
  4. List<CustomAttribute>? customAttributes,
  5. String? feedLabel,
  6. String? name,
  7. String? rawProvidedId,
})

Implementation

CssProduct({
  this.attributes,
  this.contentLanguage,
  this.cssProductStatus,
  this.customAttributes,
  this.feedLabel,
  this.name,
  this.rawProvidedId,
});