SchemaAnatomicalSystem constructor

SchemaAnatomicalSystem({
  1. String? associatedPathophysiology,
  2. dynamic comprisedOf,
  3. SchemaMedicalCondition? relatedCondition,
  4. SchemaAnatomicalStructure? relatedStructure,
  5. SchemaMedicalTherapy? relatedTherapy,
  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 SchemaAnatomicalSystem

Implementation

SchemaAnatomicalSystem({
  this.associatedPathophysiology,
  this.comprisedOf,
  this.relatedCondition,
  this.relatedStructure,
  this.relatedTherapy,
  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,
});