SchemaDrugStrength constructor

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

Create a new instance of SchemaDrugStrength

Implementation

SchemaDrugStrength({
  this.activeIngredient,
  this.availableIn,
  this.maximumIntake,
  this.strengthUnit,
  this.strengthValue,
  this.code,
  this.funding,
  this.guideline,
  this.legalStatus,
  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,
});