Attributes constructor

Attributes({
  1. List<String>? additionalImageLinks,
  2. bool? adult,
  3. String? ageGroup,
  4. String? brand,
  5. List<Certification>? certifications,
  6. String? color,
  7. String? cppAdsRedirect,
  8. String? cppLink,
  9. String? cppMobileLink,
  10. String? customLabel0,
  11. String? customLabel1,
  12. String? customLabel2,
  13. String? customLabel3,
  14. String? customLabel4,
  15. String? description,
  16. List<String>? excludedDestinations,
  17. String? expirationDate,
  18. String? gender,
  19. String? googleProductCategory,
  20. String? gtin,
  21. String? headlineOfferCondition,
  22. HeadlineOfferInstallment? headlineOfferInstallment,
  23. String? headlineOfferLink,
  24. String? headlineOfferMobileLink,
  25. Price? headlineOfferPrice,
  26. Price? headlineOfferShippingPrice,
  27. HeadlineOfferSubscriptionCost? headlineOfferSubscriptionCost,
  28. Price? highPrice,
  29. String? imageLink,
  30. List<String>? includedDestinations,
  31. bool? isBundle,
  32. String? itemGroupId,
  33. Price? lowPrice,
  34. String? material,
  35. String? mpn,
  36. String? multipack,
  37. String? numberOfOffers,
  38. String? pattern,
  39. String? pause,
  40. List<ProductDetail>? productDetails,
  41. ProductDimension? productHeight,
  42. List<String>? productHighlights,
  43. ProductDimension? productLength,
  44. List<String>? productTypes,
  45. ProductWeight? productWeight,
  46. ProductDimension? productWidth,
  47. String? size,
  48. String? sizeSystem,
  49. List<String>? sizeTypes,
  50. String? title,
})

Implementation

Attributes({
  this.additionalImageLinks,
  this.adult,
  this.ageGroup,
  this.brand,
  this.certifications,
  this.color,
  this.cppAdsRedirect,
  this.cppLink,
  this.cppMobileLink,
  this.customLabel0,
  this.customLabel1,
  this.customLabel2,
  this.customLabel3,
  this.customLabel4,
  this.description,
  this.excludedDestinations,
  this.expirationDate,
  this.gender,
  this.googleProductCategory,
  this.gtin,
  this.headlineOfferCondition,
  this.headlineOfferInstallment,
  this.headlineOfferLink,
  this.headlineOfferMobileLink,
  this.headlineOfferPrice,
  this.headlineOfferShippingPrice,
  this.headlineOfferSubscriptionCost,
  this.highPrice,
  this.imageLink,
  this.includedDestinations,
  this.isBundle,
  this.itemGroupId,
  this.lowPrice,
  this.material,
  this.mpn,
  this.multipack,
  this.numberOfOffers,
  this.pattern,
  this.pause,
  this.productDetails,
  this.productHeight,
  this.productHighlights,
  this.productLength,
  this.productTypes,
  this.productWeight,
  this.productWidth,
  this.size,
  this.sizeSystem,
  this.sizeTypes,
  this.title,
});