SchemaDrugStrength constructor

SchemaDrugStrength({
  1. String? additionalType,
  2. String? alternateName,
  3. SchemaMedicalCode? code,
  4. dynamic description,
  5. String? disambiguatingDescription,
  6. SchemaGrant? funding,
  7. SchemaMedicalGuideline? guideline,
  8. dynamic identifier,
  9. dynamic image,
  10. dynamic legalStatus,
  11. dynamic mainEntityOfPage,
  12. SchemaMedicineSystem? medicineSystem,
  13. String? name,
  14. dynamic owner,
  15. SchemaAction? potentialAction,
  16. SchemaOrganization? recognizingAuthority,
  17. SchemaMedicalSpecialty? relevantSpecialty,
  18. String? sameAs,
  19. SchemaMedicalStudy? study,
  20. dynamic subjectOf,
  21. String? url,
  22. String? activeIngredient,
  23. SchemaAdministrativeArea? availableIn,
  24. SchemaMaximumDoseSchedule? maximumIntake,
  25. String? strengthUnit,
  26. num? strengthValue,
})

Create a new instance of SchemaDrugStrength

Implementation

SchemaDrugStrength({
  super.additionalType,
  super.alternateName,
  super.code,
  super.description,
  super.disambiguatingDescription,
  super.funding,
  super.guideline,
  super.identifier,
  super.image,
  super.legalStatus,
  super.mainEntityOfPage,
  super.medicineSystem,
  super.name,
  super.owner,
  super.potentialAction,
  super.recognizingAuthority,
  super.relevantSpecialty,
  super.sameAs,
  super.study,
  super.subjectOf,
  super.url,
  this.activeIngredient,
  this.availableIn,
  this.maximumIntake,
  this.strengthUnit,
  this.strengthValue,
});