SchemaDDxElement constructor

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

Create a new instance of SchemaDDxElement

Implementation

SchemaDDxElement({
  this.diagnosis,
  this.distinguishingSign,
  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,
});