Product constructor
Product({
- Attributes? attributes,
- String? contentLanguage,
- List<
DestinationStatus> ? destinationStatuses, - List<
Issue> ? issues, - String? name,
- String? parent,
- String? productId,
- String? targetCountry,
Implementation
Product({
this.attributes,
this.contentLanguage,
this.destinationStatuses,
this.issues,
this.name,
this.parent,
this.productId,
this.targetCountry,
});