SchemaLymphaticVessel constructor

SchemaLymphaticVessel({
  1. String? additionalType,
  2. String? alternateName,
  3. String? associatedPathophysiology,
  4. String? bodyLocation,
  5. SchemaMedicalCode? code,
  6. SchemaAnatomicalStructure? connectedTo,
  7. dynamic description,
  8. SchemaImageObject? diagram,
  9. String? disambiguatingDescription,
  10. SchemaGrant? funding,
  11. SchemaMedicalGuideline? guideline,
  12. dynamic identifier,
  13. dynamic image,
  14. dynamic legalStatus,
  15. dynamic mainEntityOfPage,
  16. SchemaMedicineSystem? medicineSystem,
  17. String? name,
  18. dynamic owner,
  19. SchemaAnatomicalSystem? partOfSystem,
  20. SchemaAction? potentialAction,
  21. SchemaOrganization? recognizingAuthority,
  22. SchemaMedicalCondition? relatedCondition,
  23. SchemaMedicalTherapy? relatedTherapy,
  24. SchemaMedicalSpecialty? relevantSpecialty,
  25. String? sameAs,
  26. SchemaMedicalStudy? study,
  27. SchemaAnatomicalStructure? subStructure,
  28. dynamic subjectOf,
  29. String? url,
  30. SchemaVessel? originatesFrom,
  31. dynamic regionDrained,
  32. SchemaVessel? runsTo,
})

Create a new instance of SchemaLymphaticVessel

Implementation

SchemaLymphaticVessel({
  super.additionalType,
  super.alternateName,
  super.associatedPathophysiology,
  super.bodyLocation,
  super.code,
  super.connectedTo,
  super.description,
  super.diagram,
  super.disambiguatingDescription,
  super.funding,
  super.guideline,
  super.identifier,
  super.image,
  super.legalStatus,
  super.mainEntityOfPage,
  super.medicineSystem,
  super.name,
  super.owner,
  super.partOfSystem,
  super.potentialAction,
  super.recognizingAuthority,
  super.relatedCondition,
  super.relatedTherapy,
  super.relevantSpecialty,
  super.sameAs,
  super.study,
  super.subStructure,
  super.subjectOf,
  super.url,
  this.originatesFrom,
  this.regionDrained,
  this.runsTo,
});