SchemaVein constructor

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

Create a new instance of SchemaVein

Implementation

SchemaVein({
  this.drainsTo,
  this.regionDrained,
  this.tributary,
  this.associatedPathophysiology,
  this.bodyLocation,
  this.connectedTo,
  this.diagram,
  this.partOfSystem,
  this.relatedCondition,
  this.relatedTherapy,
  this.subStructure,
  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,
});