SchemaDietarySupplement constructor

SchemaDietarySupplement({
  1. String? activeIngredient,
  2. bool? isProprietary,
  3. dynamic legalStatus,
  4. SchemaMaximumDoseSchedule? maximumIntake,
  5. String? mechanismOfAction,
  6. String? nonProprietaryName,
  7. String? proprietaryName,
  8. SchemaRecommendedDoseSchedule? recommendedIntake,
  9. String? safetyConsideration,
  10. String? targetPopulation,
  11. SchemaPropertyValue? additionalProperty,
  12. SchemaAggregateRating? aggregateRating,
  13. String? asin,
  14. SchemaAudience? audience,
  15. String? award,
  16. String? awards,
  17. dynamic brand,
  18. dynamic category,
  19. String? color,
  20. dynamic colorSwatch,
  21. String? countryOfAssembly,
  22. String? countryOfLastProcessing,
  23. SchemaCountry? countryOfOrigin,
  24. dynamic depth,
  25. SchemaGrant? funding,
  26. String? gtin,
  27. String? gtin12,
  28. String? gtin13,
  29. String? gtin14,
  30. String? gtin8,
  31. SchemaAdultOrientedEnumeration? hasAdultConsideration,
  32. SchemaCertification? hasCertification,
  33. SchemaEnergyConsumptionDetails? hasEnergyConsumptionDetails,
  34. SchemaQuantitativeValue? hasMeasurement,
  35. SchemaMerchantReturnPolicy? hasMerchantReturnPolicy,
  36. dynamic height,
  37. String? inProductGroupWithID,
  38. SchemaProduct? isAccessoryOrSparePartFor,
  39. SchemaProduct? isConsumableFor,
  40. bool? isFamilyFriendly,
  41. dynamic isRelatedTo,
  42. dynamic isSimilarTo,
  43. dynamic isVariantOf,
  44. SchemaOfferItemCondition? itemCondition,
  45. dynamic keywords,
  46. SchemaOrganization? manufacturer,
  47. dynamic material,
  48. String? mobileUrl,
  49. dynamic model,
  50. String? mpn,
  51. dynamic negativeNotes,
  52. String? nsn,
  53. dynamic offers,
  54. dynamic pattern,
  55. dynamic positiveNotes,
  56. String? productID,
  57. String? productionDate,
  58. String? purchaseDate,
  59. String? releaseDate,
  60. SchemaReview? review,
  61. SchemaReview? reviews,
  62. dynamic size,
  63. String? sku,
  64. String? slogan,
  65. SchemaQuantitativeValue? weight,
  66. dynamic width,
  67. SchemaMedicalCode? code,
  68. SchemaMedicalGuideline? guideline,
  69. SchemaMedicineSystem? medicineSystem,
  70. SchemaOrganization? recognizingAuthority,
  71. SchemaMedicalSpecialty? relevantSpecialty,
  72. SchemaMedicalStudy? study,
  73. String? additionalType,
  74. String? alternateName,
  75. dynamic description,
  76. String? disambiguatingDescription,
  77. dynamic identifier,
  78. dynamic image,
  79. dynamic mainEntityOfPage,
  80. String? name,
  81. SchemaAction? potentialAction,
  82. String? sameAs,
  83. dynamic subjectOf,
  84. String? url,
})

Create a new instance of SchemaDietarySupplement

Implementation

SchemaDietarySupplement({
  this.activeIngredient,
  this.isProprietary,
  this.legalStatus,
  this.maximumIntake,
  this.mechanismOfAction,
  this.nonProprietaryName,
  this.proprietaryName,
  this.recommendedIntake,
  this.safetyConsideration,
  this.targetPopulation,
  this.additionalProperty,
  this.aggregateRating,
  this.asin,
  this.audience,
  this.award,
  this.awards,
  this.brand,
  this.category,
  this.color,
  this.colorSwatch,
  this.countryOfAssembly,
  this.countryOfLastProcessing,
  this.countryOfOrigin,
  this.depth,
  this.funding,
  this.gtin,
  this.gtin12,
  this.gtin13,
  this.gtin14,
  this.gtin8,
  this.hasAdultConsideration,
  this.hasCertification,
  this.hasEnergyConsumptionDetails,
  this.hasMeasurement,
  this.hasMerchantReturnPolicy,
  this.height,
  this.inProductGroupWithID,
  this.isAccessoryOrSparePartFor,
  this.isConsumableFor,
  this.isFamilyFriendly,
  this.isRelatedTo,
  this.isSimilarTo,
  this.isVariantOf,
  this.itemCondition,
  this.keywords,
  this.logo,
  this.manufacturer,
  this.material,
  this.mobileUrl,
  this.model,
  this.mpn,
  this.negativeNotes,
  this.nsn,
  this.offers,
  this.pattern,
  this.positiveNotes,
  this.productID,
  this.productionDate,
  this.purchaseDate,
  this.releaseDate,
  this.review,
  this.reviews,
  this.size,
  this.sku,
  this.slogan,
  this.weight,
  this.width,
  this.code,
  this.guideline,
  this.medicineSystem,
  this.recognizingAuthority,
  this.relevantSpecialty,
  this.study,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});