Product constructor
Product({
- AutomatedDiscounts? automatedDiscounts,
- String? contentLanguage,
- List<
CustomAttribute> ? customAttributes, - String? dataSource,
- String? feedLabel,
- bool? legacyLocal,
- String? name,
- String? offerId,
- ProductAttributes? productAttributes,
- ProductStatus? productStatus,
- 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,
});