SchemaDoseSchedule constructor

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

Create a new instance of SchemaDoseSchedule

Implementation

SchemaDoseSchedule({
  this.doseUnit,
  this.doseValue,
  this.frequency,
  this.targetPopulation,
  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,
});