SchemaDrug constructor
SchemaDrug({
- SchemaPropertyValue? additionalProperty,
- String? additionalType,
- SchemaAggregateRating? aggregateRating,
- String? alternateName,
- String? asin,
- SchemaAudience? audience,
- String? award,
- String? awards,
- dynamic brand,
- dynamic category,
- String? color,
- dynamic colorSwatch,
- String? countryOfAssembly,
- String? countryOfLastProcessing,
- SchemaCountry? countryOfOrigin,
- dynamic depth,
- dynamic description,
- String? disambiguatingDescription,
- SchemaPlace? displayLocation,
- SchemaGrant? funding,
- String? gtin,
- String? gtin12,
- String? gtin13,
- String? gtin14,
- String? gtin8,
- SchemaAdultOrientedEnumeration? hasAdultConsideration,
- SchemaCertification? hasCertification,
- SchemaEnergyConsumptionDetails? hasEnergyConsumptionDetails,
- String? hasGS1DigitalLink,
- SchemaQuantitativeValue? hasMeasurement,
- SchemaMerchantReturnPolicy? hasMerchantReturnPolicy,
- dynamic height,
- dynamic identifier,
- dynamic image,
- String? inProductGroupWithID,
- SchemaProduct? isAccessoryOrSparePartFor,
- SchemaProduct? isConsumableFor,
- bool? isFamilyFriendly,
- dynamic isRelatedTo,
- dynamic isSimilarTo,
- dynamic isVariantOf,
- SchemaOfferItemCondition? itemCondition,
- dynamic keywords,
- dynamic logo,
- dynamic mainEntityOfPage,
- SchemaOrganization? manufacturer,
- dynamic material,
- String? mobileUrl,
- dynamic model,
- String? mpn,
- String? name,
- dynamic negativeNotes,
- String? nsn,
- dynamic offers,
- dynamic owner,
- dynamic pattern,
- dynamic positiveNotes,
- SchemaAction? potentialAction,
- String? productID,
- String? productionDate,
- String? purchaseDate,
- String? releaseDate,
- SchemaReview? review,
- SchemaReview? reviews,
- String? sameAs,
- dynamic size,
- String? sku,
- String? slogan,
- dynamic subjectOf,
- String? url,
- dynamic weight,
- dynamic width,
- String? activeIngredient,
- String? administrationRoute,
- String? alcoholWarning,
- SchemaDrugStrength? availableStrength,
- String? breastfeedingWarning,
- String? clincalPharmacology,
- String? clinicalPharmacology,
- String? dosageForm,
- SchemaDoseSchedule? doseSchedule,
- SchemaDrugClass? drugClass,
- String? drugUnit,
- String? foodWarning,
- SchemaHealthInsurancePlan? includedInHealthInsurancePlan,
- SchemaDrug? interactingDrug,
- bool? isAvailableGenerically,
- bool? isProprietary,
- String? labelDetails,
- dynamic legalStatus,
- SchemaMaximumDoseSchedule? maximumIntake,
- String? mechanismOfAction,
- String? nonProprietaryName,
- String? overdosage,
- SchemaDrugPregnancyCategory? pregnancyCategory,
- String? pregnancyWarning,
- String? prescribingInfo,
- dynamic prescriptionStatus,
- String? proprietaryName,
- String? rxcui,
- String? warning,
- SchemaMedicalCode? code,
- SchemaMedicalGuideline? guideline,
- SchemaMedicineSystem? medicineSystem,
- SchemaOrganization? recognizingAuthority,
- SchemaMedicalSpecialty? relevantSpecialty,
- SchemaMedicalStudy? study,
Create a new instance of SchemaDrug
Implementation
SchemaDrug({
super.additionalProperty,
super.additionalType,
super.aggregateRating,
super.alternateName,
super.asin,
super.audience,
super.award,
super.awards,
super.brand,
super.category,
super.color,
super.colorSwatch,
super.countryOfAssembly,
super.countryOfLastProcessing,
super.countryOfOrigin,
super.depth,
super.description,
super.disambiguatingDescription,
super.displayLocation,
super.funding,
super.gtin,
super.gtin12,
super.gtin13,
super.gtin14,
super.gtin8,
super.hasAdultConsideration,
super.hasCertification,
super.hasEnergyConsumptionDetails,
super.hasGS1DigitalLink,
super.hasMeasurement,
super.hasMerchantReturnPolicy,
super.height,
super.identifier,
super.image,
super.inProductGroupWithID,
super.isAccessoryOrSparePartFor,
super.isConsumableFor,
super.isFamilyFriendly,
super.isRelatedTo,
super.isSimilarTo,
super.isVariantOf,
super.itemCondition,
super.keywords,
super.logo,
super.mainEntityOfPage,
super.manufacturer,
super.material,
super.mobileUrl,
super.model,
super.mpn,
super.name,
super.negativeNotes,
super.nsn,
super.offers,
super.owner,
super.pattern,
super.positiveNotes,
super.potentialAction,
super.productID,
super.productionDate,
super.purchaseDate,
super.releaseDate,
super.review,
super.reviews,
super.sameAs,
super.size,
super.sku,
super.slogan,
super.subjectOf,
super.url,
super.weight,
super.width,
this.activeIngredient,
this.administrationRoute,
this.alcoholWarning,
this.availableStrength,
this.breastfeedingWarning,
this.clincalPharmacology,
this.clinicalPharmacology,
this.dosageForm,
this.doseSchedule,
this.drugClass,
this.drugUnit,
this.foodWarning,
this.includedInHealthInsurancePlan,
this.interactingDrug,
this.isAvailableGenerically,
this.isProprietary,
this.labelDetails,
this.legalStatus,
this.maximumIntake,
this.mechanismOfAction,
this.nonProprietaryName,
this.overdosage,
this.pregnancyCategory,
this.pregnancyWarning,
this.prescribingInfo,
this.prescriptionStatus,
this.proprietaryName,
this.relatedDrug,
this.rxcui,
this.warning,
this.code,
this.guideline,
this.medicineSystem,
this.recognizingAuthority,
this.relevantSpecialty,
this.study,
});