SchemaAnatomicalSystem constructor

SchemaAnatomicalSystem({
  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? associatedPathophysiology,
  23. dynamic comprisedOf,
  24. SchemaMedicalCondition? relatedCondition,
  25. SchemaAnatomicalStructure? relatedStructure,
  26. SchemaMedicalTherapy? relatedTherapy,
})

Create a new instance of SchemaAnatomicalSystem

Implementation

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